diff --git a/Cargo.lock b/Cargo.lock index ebcae1f..9360459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2269,9 +2269,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 273da9f..f6fe2c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde = { version = "1.0.188", features = ["derive"] } sqlx = { version = "0.8.3", features = ["chrono", "postgres", "runtime-tokio"] } tokio = { version = "1.28.2", features = ["default", "macros", "rt-multi-thread"] } # For async tests hmac = "0.12.1" -sha2 = "0.10.8" +sha2 = "0.10.9" hex = "0.4.3" tower-http = { version = "0.6.1", features = ["cors"] } tower = "0.5.1"