diff --git a/Cargo.toml b/Cargo.toml index d187188c..3466edda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ opentelemetry = { version = "0.32", default-features = false, features = ["trace opentelemetry_sdk = { version = "0.32", default-features = false, features = ["trace"], optional = true } serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -sha2 = "0.10" +sha2 = "0.11" distributed_macros = { workspace = true } sqlx = { version = "0.9", default-features = false, optional = true } tonic = { version = "0.14", default-features = false, features = ["router", "transport", "codegen"], optional = true } @@ -88,7 +88,7 @@ uuid = { version = "1", features = ["v7", "js"] } [build-dependencies] serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128" -sha2 = "0.10" +sha2 = "0.11" tonic-build = { version = "0.14", default-features = false, features = ["transport"] } [dev-dependencies] diff --git a/distributed_cli/Cargo.toml b/distributed_cli/Cargo.toml index 841d24c0..1f5422aa 100644 --- a/distributed_cli/Cargo.toml +++ b/distributed_cli/Cargo.toml @@ -26,5 +26,5 @@ glob = "0.3" libc = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1" -sha2 = "0.10" +sha2 = "0.11" tempfile = "3" diff --git a/distributed_macros/Cargo.toml b/distributed_macros/Cargo.toml index a3841e78..e896ad45 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -17,7 +17,7 @@ runtime = ["application-runtime"] proc-macro-crate = "3.5" proc-macro2 = "1.0" quote = "1.0" -sha2 = "0.10" +sha2 = "0.11" syn = { version = "2.0", features = ["full", "visit"] } [dev-dependencies]