diff --git a/Cargo.toml b/Cargo.toml index fa83586..b531fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ url = "2" [dev-dependencies] base64ct = "1" -sha2 = "0.10" +sha2 = "0.11" [build-dependencies] bindgen = { version = "0.72", default-features = false, features = ["runtime"] } diff --git a/executor/Cargo.toml b/executor/Cargo.toml index 3e47472..9aaada3 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -14,7 +14,7 @@ p256 = { version = "0.13", features = ["ecdsa"] } pggomtm = { path = "..", default-features = false, features = ["database-token-contract"] } serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync", "time"] } uuid = { version = "1", features = ["v4"] } zeroize = "1"