From e3ff5c073c0051206cf7570fbf1da61e8e21e779 Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 15 Jan 2026 17:18:54 +0800 Subject: [PATCH] upgrade s3s from `0.13.0-alpha.1` to `0.13.0-alpha.2` (#1518) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c646b8b..71e7a490 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8501,9 +8501,9 @@ checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" [[package]] name = "s3s" -version = "0.13.0-alpha.1" +version = "0.13.0-alpha.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ea18014c794952beba5e5faf4663be467b591d45b4834916aad4bbcd2b5c27" +checksum = "1e9f3760ae04ec65fd1b0f17dc81c8061c432e8453365fa010cc610cb97ff877" dependencies = [ "arrayvec", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f5e342dd..3a7f8e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ regex = { version = "1.12.2" } rumqttc = { version = "0.25.1" } rust-embed = { version = "8.11.0" } rustc-hash = { version = "2.1.1" } -s3s = { version = "0.13.0-alpha.1", features = ["minio"] } +s3s = { version = "0.13.0-alpha.2", features = ["minio"] } serial_test = "3.3.1" shadow-rs = { version = "1.5.0", default-features = false } siphasher = "1.0.1"