From e47ef93cdcd63b960918fba2a8aa662e609bfcde Mon Sep 17 00:00:00 2001 From: "cnap-tech-renovate[bot]" <263923596+cnap-tech-renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:14:41 +0000 Subject: [PATCH] chore(deps): update rust crate signature to v3 --- Cargo.lock | 10 ++++++++-- crates/akua-core/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b46ae81..529c4a7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ "serde_json", "serde_yml", "sha2 0.10.9", - "signature", + "signature 3.0.0", "tar", "tempfile", "thiserror 2.0.18", @@ -1584,7 +1584,7 @@ dependencies = [ "digest 0.10.7", "elliptic-curve", "rfc6979", - "signature", + "signature 2.2.0", "spki", ] @@ -6600,6 +6600,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" diff --git a/crates/akua-core/Cargo.toml b/crates/akua-core/Cargo.toml index a84c038f..58250924 100644 --- a/crates/akua-core/Cargo.toml +++ b/crates/akua-core/Cargo.toml @@ -115,7 +115,7 @@ gix = { version = "0.66", default-features = false, features = ["blocking-http-t p256 = { version = "0.13", default-features = false, features = ["ecdsa", "std", "pem", "pkcs8"], optional = true } pkcs8 = { version = "0.10", default-features = false, features = ["pem", "pkcs5", "encryption", "alloc"], optional = true } pem = { version = "3", optional = true } -signature = { version = "2", optional = true } +signature = { version = "3", optional = true } notify = { version = "6", optional = true } notify-debouncer-mini = { version = "0.4", optional = true, default-features = false }