diff --git a/adapters/Cargo.toml b/adapters/Cargo.toml index ee01b28..b91cd78 100644 --- a/adapters/Cargo.toml +++ b/adapters/Cargo.toml @@ -21,9 +21,9 @@ url = "2.5" base64 = "0.22" tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } -uuid = { version = "1.23", features = ["v4"] } -hmac = "0.12" -sha2 = "0.11" +uuid = { version = "1.6", features = ["v4"] } +hmac = "0.13" +sha2 = "0.10" hex = "0.4" # Internal dependencies @@ -33,8 +33,8 @@ data = { path = "../data", package = "hypatia-data" } tokio-test = "0.4" wiremock = "0.6" hex = "0.4" -hmac = "0.12" -sha2 = "0.11" +hmac = "0.13" +sha2 = "0.10" # Note: The package name differs from directory name [lib]