diff --git a/Cargo.toml b/Cargo.toml index 51e5f1e..a84c298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ regex = "1.10.4" remi = "0.7.1" remi-azure = { version = "0.7.0", features = ["serde", "tracing"] } remi-fs = { version = "0.7.1", features = ["serde", "tracing", "file-format"] } -remi-s3 = { version = "0.7.1", features = ["serde", "tracing"] } +remi-s3 = { version = "0.9.0", features = ["serde", "tracing"] } sentry = "0.34.0" sentry-tower = { version = "0.34.0", features = ["axum", "http"] } sentry-tracing = "0.34.0"