diff --git a/Cargo.lock b/Cargo.lock index 2aa84dd..3a47ac7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2223,9 +2223,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", "cpufeatures", diff --git a/Cargo.toml b/Cargo.toml index 5f97cc6..650d10c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" serde_qs = "0.12.0" serde_yaml = "0.9.25" -sha2 = "0.10.7" +sha2 = "0.10.8" thiserror = "1.0.48" time = { version = "0.3.29", features = [ "formatting",