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
+1
View File
@@ -321,6 +321,7 @@ fn initial_retry_interval() -> Duration {
}
// Sentinel marks "not yet initialized"; env var is read on first call.
#[cfg(debug_assertions)]
static TEST_REMAINING_FAILURES: std::sync::atomic::AtomicU64 = std::sync::atomic::AtomicU64::new(u64::MAX);
fn should_fail_test_init_attempt() -> bool {