chore(deps): update s3s and Rust MSRV (#6990)

* chore(deps): update s3s and Rust MSRV

* fix: silence startup IAM test hook warning
This commit is contained in:
houseme
2026-09-01 15:35:08 +08:00
committed by GitHub
parent 35ce8cdb80
commit a41134eb8a
4 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ resolver = "3"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/rustfs/rustfs"
rust-version = "1.97.1"
rust-version = "1.98.0"
version = "1.0.0-rc.5"
homepage = "https://rustfs.com"
description = "RustFS is a high-performance distributed object storage software built using Rust, one of the most popular languages worldwide. "
@@ -305,7 +305,7 @@ rustify = { version = "0.7", default-features = false }
rustix = { version = "1.1.4" }
rust-embed = { version = "8.12.0" }
rustc-hash = { version = "2.1.3" }
s3s = { git = "https://github.com/rustfs/s3s.git", rev = "c8f575e3b8c7ec9962a722e197bb929efc12a07a", version = "0.15.0", features = ["minio"] }
s3s = { git = "https://github.com/rustfs/s3s.git", rev = "28e9ebb23dd2fb7d667084f34121b4aa4807a5c6", version = "0.15.0", features = ["minio"] }
serial_test = "4.0.1"
shadow-rs = { default-features = false, version = "2.0.0" }
siphasher = "1.0.3"