From 0d0c99709ae3459310ad18cecc1d0a399879a931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:37:42 +0800 Subject: [PATCH] build(deps): bump subtle from 2.5.0 to 2.6.0 (#1798) * build(deps): bump subtle from 2.5.0 to 2.6.0 Bumps [subtle](https://github.com/dalek-cryptography/subtle) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/subtle/compare/2.5.0...2.6.0) --- updated-dependencies: - dependency-name: subtle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18564581667bbe..7b6be1744ba72f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8282,9 +8282,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" [[package]] name = "symlink" diff --git a/Cargo.toml b/Cargo.toml index 0f38504364fdca..5ac20dc22d1cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -423,7 +423,7 @@ static_assertions = "1.1.0" stream-cancel = "0.8.2" strum = "0.24" strum_macros = "0.24" -subtle = "2.5.0" +subtle = "2.6.0" symlink = "0.1.0" syn = "2.0" sys-info = "0.9.1" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 44fdeeb03f3b9a..9b0d2ca154dd57 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -6930,9 +6930,9 @@ dependencies = [ [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" [[package]] name = "symlink"