build(deps): bump sha2 from 0.10.9 to 0.11.0 in /src/tools/agent-ctl

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.9...sha2-v0.11.0)

---
updated-dependencies:
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-29 21:56:20 +00:00
committed by GitHub
parent 3b978c77ed
commit a97c1205a0
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ scopeguard = "1.0.0"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.91"
serial_test = "0.10.0"
sha2 = "0.10.9"
sha2 = "0.11.0"
slog = "2.5.2"
slog-scope = "4.4.0"
slog-stdlog = "4.0.0"

View File

@@ -27,7 +27,7 @@ thiserror = "1.0"
toml = "0.5.8"
serde-enum-str = "0.5"
sysinfo = "0.34.2"
sha2 = "0.10.8"
sha2 = "0.11.0"
flate2 = "1.1"
nix = "0.26.4"
oci-spec = { version = "0.8.1", features = ["runtime"] }