Bump ring from 0.17.5 to 0.17.7

Bumps [ring](https://github.com/briansmith/ring) from 0.17.5 to 0.17.7.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-22 23:25:09 +00:00 committed by June
parent d502357a0f
commit ba40582412
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -426,7 +426,7 @@ dependencies = [
"rand", "rand",
"regex", "regex",
"reqwest", "reqwest",
"ring 0.17.5", "ring 0.17.7",
"rocksdb", "rocksdb",
"ruma", "ruma",
"rusqlite", "rusqlite",
@ -1301,7 +1301,7 @@ dependencies = [
"base64", "base64",
"js-sys", "js-sys",
"pem", "pem",
"ring 0.17.5", "ring 0.17.7",
"serde", "serde",
"serde_json", "serde_json",
"simple_asn1", "simple_asn1",
@ -2123,9 +2123,9 @@ dependencies = [
[[package]] [[package]]
name = "ring" name = "ring"
version = "0.17.5" version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
dependencies = [ dependencies = [
"cc", "cc",
"getrandom", "getrandom",

View file

@ -65,7 +65,7 @@ image = { version = "0.24.7", default-features = false, features = ["jpeg", "png
# Used to encode server public key # Used to encode server public key
base64 = "0.21.5" base64 = "0.21.5"
# Used when hashing the state # Used when hashing the state
ring = "0.17.5" ring = "0.17.7"
# Used when querying the SRV record of other servers # Used when querying the SRV record of other servers
trust-dns-resolver = "0.23.2" trust-dns-resolver = "0.23.2"
# Used to find matching events for appservices # Used to find matching events for appservices