From 6e07f06b1cb124960eed1848d3a97bb1388b70c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:59:02 +0000 Subject: [PATCH] build(deps): bump signature from 2.2.0 to 3.0.0 Bumps [signature](https://github.com/RustCrypto/traits) from 2.2.0 to 3.0.0. - [Commits](https://github.com/RustCrypto/traits/compare/signature-v2.2.0...signature-v3.0.0) --- updated-dependencies: - dependency-name: signature dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++------- ak-agent/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe46b1177..ee870b3ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,7 +56,7 @@ dependencies = [ "sentry-tower", "serde", "serde_with", - "signature", + "signature 3.0.0", "ssh-agent-lib", "ssh-encoding 0.3.0", "ssh-key", @@ -2492,7 +2492,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature", + "signature 2.2.0", "spki", ] @@ -2503,7 +2503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature", + "signature 2.2.0", ] [[package]] @@ -4222,7 +4222,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.9", - "signature", + "signature 2.2.0", "simple_asn1", "zeroize", ] @@ -6442,7 +6442,7 @@ dependencies = [ "pkcs8", "rand_core 0.6.4", "sha2 0.10.9", - "signature", + "signature 2.2.0", "spki", "subtle", "zeroize", @@ -7170,6 +7170,12 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "signature" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5" + [[package]] name = "simd-adler32" version = "0.3.9" @@ -7335,7 +7341,7 @@ dependencies = [ "log", "secrecy 0.10.3", "service-binding", - "signature", + "signature 2.2.0", "ssh-encoding 0.2.0", "ssh-key", "subtle", @@ -7386,7 +7392,7 @@ dependencies = [ "rsa", "sec1", "sha2 0.10.9", - "signature", + "signature 2.2.0", "ssh-cipher", "ssh-encoding 0.2.0", "subtle", diff --git a/ak-agent/Cargo.toml b/ak-agent/Cargo.toml index f107647a8..878473f76 100644 --- a/ak-agent/Cargo.toml +++ b/ak-agent/Cargo.toml @@ -29,7 +29,7 @@ pbjson-types = { workspace = true } ssh-agent-lib = { workspace = true } ssh-key = { version = "0.6", features = ["ed25519", "getrandom", "std"] } ssh-encoding = "0.3" -signature = "2" +signature = "3" tonic-prost = { workspace = true } reqwest = { workspace = true } reqwest-middleware = "0.5.2"