From 03e5c375fb053e183b643e87139c87fae0cfdfa1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Sep 2025 00:35:26 +0000 Subject: [PATCH] Update Rust crate rust-s3 to 0.37.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b864a62..fc1a7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"