Skip to content

Commit

Permalink
fix(deps): update rust crate remi-s3 to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent 27b7b9b commit cc65268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0", features = ["serde", "tracing"] }
sentry = "0.34.0"
sentry-tower = { version = "0.34.0", features = ["axum", "http"] }
sentry-tracing = "0.34.0"
Expand Down

0 comments on commit cc65268

Please sign in to comment.