diff --git a/Cargo.lock b/Cargo.lock index 960486886..d311e264e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5742,9 +5742,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 1b8cefc94..cbdf290e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -304,7 +304,7 @@ features = ["url", "chrono", "preserve_order"] # SHA-2 cryptographic hash algorithm [workspace.dependencies.sha2] -version = "0.10.8" +version = "0.10.9" features = ["oid"] # Query builder