Skip to content

Commit

Permalink
fix(deps): update rust crate remi-fs to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 50376f6 commit 737464f
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 @@ -54,7 +54,7 @@ rand = "0.8.5"
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-fs = { version = "0.8.0", features = ["serde", "tracing", "file-format"] }
remi-s3 = { version = "0.7.1", features = ["serde", "tracing"] }
sentry = "0.33.0"
sentry-tower = { version = "0.33.0", features = ["axum", "http"] }
Expand Down

0 comments on commit 737464f

Please sign in to comment.