diff --git a/Cargo.lock b/Cargo.lock index a115016e..e664f168 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2192,9 +2192,9 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.0" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb9d44f9bf6b635117787f72416783eb7e4227aaf255e5ce739563d817176a7e" +checksum = "911b295d2d302948838c8ac142da1ee09fa7863163b44e6715bc9357905878b8" dependencies = [ "cc", "getrandom", @@ -2339,7 +2339,7 @@ dependencies = [ "petname", "rand", "regex", - "ring 0.17.0", + "ring 0.17.2", "serde", "serde_regex", "shuttle-actix-web", diff --git a/Cargo.toml b/Cargo.toml index 6a677040..c375e6bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ lazy-regex = "3.0.2" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1" -ring = "0.17.0" +ring = "0.17.2" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.28.0", optional = true } shuttle-runtime = { version = "0.28.0", optional = true }