From ef59be419a34018f103374cb3ad4ba2b8b41e6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:02:49 +0000 Subject: [PATCH] build(deps): bump signature from 3.0.0-rc.10 to 3.0.0 Bumps [signature](https://github.com/RustCrypto/traits) from 3.0.0-rc.10 to 3.0.0. - [Commits](https://github.com/RustCrypto/traits/compare/signature-v3.0.0-rc.10...signature-v3.0.0) --- updated-dependencies: - dependency-name: signature dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ssh-key/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d232b3..50a591c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "signature" -version = "3.0.0-rc.10" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3" +checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5" dependencies = [ "digest", "rand_core", diff --git a/ssh-key/Cargo.toml b/ssh-key/Cargo.toml index 0474c24..4c7efcf 100644 --- a/ssh-key/Cargo.toml +++ b/ssh-key/Cargo.toml @@ -31,7 +31,7 @@ features = ["base64", "digest", "pem", "subtle", "zeroize"] [dependencies] sha2 = { version = "0.11", default-features = false } -signature = { version = "3.0.0-rc.10", default-features = false } +signature = { version = "3.0.0", default-features = false } subtle = { version = "2", default-features = false } zeroize = { version = "1", default-features = false }