From ba405824121e93dc62e4c798e407869cdb815024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:25:09 +0000 Subject: [PATCH] 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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcc5bff1..3aedd3fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -426,7 +426,7 @@ dependencies = [ "rand", "regex", "reqwest", - "ring 0.17.5", + "ring 0.17.7", "rocksdb", "ruma", "rusqlite", @@ -1301,7 +1301,7 @@ dependencies = [ "base64", "js-sys", "pem", - "ring 0.17.5", + "ring 0.17.7", "serde", "serde_json", "simple_asn1", @@ -2123,9 +2123,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.5" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" +checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" dependencies = [ "cc", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 6df41258..54a687d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ image = { version = "0.24.7", default-features = false, features = ["jpeg", "png # Used to encode server public key base64 = "0.21.5" # Used when hashing the state -ring = "0.17.5" +ring = "0.17.7" # Used when querying the SRV record of other servers trust-dns-resolver = "0.23.2" # Used to find matching events for appservices