From bbad069c1e18407426958f05e17ecce78c855490 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Mon, 6 Jul 2026 12:32:45 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.11.0 --- Cargo.lock | 2 +- rnex-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9946174..6a27f0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2777,7 +2777,7 @@ dependencies = [ "rc4", "serde", "serde_json", - "sha2 0.10.9", + "sha2 0.11.0", "simplelog", "sqlx 0.8.6", "thiserror", diff --git a/rnex-core/Cargo.toml b/rnex-core/Cargo.toml index 66c2fc3..78c24b7 100644 --- a/rnex-core/Cargo.toml +++ b/rnex-core/Cargo.toml @@ -32,7 +32,7 @@ sqlx = { version = "0.8.6", optional = true, features = ["postgres", "runtime-to aws-sdk-s3 = { version = "1.129.0", optional = true } aws-config = { version = "1.8.15", optional = true } base64 = "0.22.1" -sha2 = "0.10.9" +sha2 = "0.11.0" urlencoding = "2.1.3" futures = "0.3.32" async-trait = "0.1.89"