diff --git a/Cargo.lock b/Cargo.lock index 8e0922ff..02d939d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2102,9 +2102,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ring" -version = "0.17.6" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" +checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" dependencies = [ "cc", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 386d8c2e..23e13c32 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.6" +ring = "0.17.7" hotwatch = "0.5.0" shuttle-actix-web = { version = "0.34.1", optional = true } shuttle-runtime = { version = "0.34.1", optional = true }