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"