diff --git a/Cargo.lock b/Cargo.lock index e598e58b..8f39e932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2098,9 +2098,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ring" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b" +checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" dependencies = [ "cc", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 619792f1..da40c3c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ lazy-regex = "3.1.0" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1" -ring = "0.17.5" +ring = "0.17.6" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.34.0", optional = true } shuttle-runtime = { version = "0.34.0", optional = true }