Update Rust crate rust-s3 to 0.37.0 #97

Merged
renovate merged 1 commits from renovate/rust-s3-0.x into master 2025-09-17 00:35:28 +00:00
Showing only changes of commit 03e5c375fb - Show all commits

View File

@@ -11,7 +11,7 @@ lazy_static = "1.5.0"
anyhow = "1.0.99"
serde = { version = "1.0.224", features = ["derive"] }
serde_json = "1.0.143"
rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] }
rust-s3 = { version = "0.37.0", features = ["tokio"] }
actix-web = "4.11.0"
actix-session = { version = "0.11.0", features = ["redis-session"] }
light-openid = "1.0.4"