From 41d014a6feedcbac247851b16ed952a8af4b6857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 23:12:23 +0000 Subject: [PATCH] fix(deps): update rust crate sha2 to 0.11 --- Cargo.toml | 4 ++-- distributed_cli/Cargo.toml | 2 +- distributed_macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d187188c7..3466edda2 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 841d24c05..1f5422aa4 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 a3841e785..e896ad454 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]