diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 94db8b08d..679abb225 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3202,9 +3202,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" +checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ "cfg-if 1.0.0", "cpufeatures", diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 3fcb998bf..1a8f11886 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -24,7 +24,7 @@ opentelemetry-otlp = { version = "0.13.0", features = ["metrics"]} env_logger = "0.10.0" tracing-core = "0.1.31" bytes = "1.4.0" -sha2 = "0.10.6" +sha2 = "0.10.8" base64 = "0.21.4" once_cell = "1.17.1" proptest = { version = "1.2.0", optional = true }