Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest-middleware to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 81edf0d commit 34b2fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ opendal = { version = "0.46", default-features = false, features = [
"services-s3",
], optional = true }
reqwest = "0.11"
reqwest-middleware = "0.2"
reqwest-middleware = "0.3"
reqwest-tracing = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 34b2fdd

Please sign in to comment.