Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest-tracing to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 81edf0d commit 3b46fbd
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 @@ -39,7 +39,7 @@ opendal = { version = "0.46", default-features = false, features = [
], optional = true }
reqwest = "0.11"
reqwest-middleware = "0.2"
reqwest-tracing = "0.4"
reqwest-tracing = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.8.1"
Expand Down

0 comments on commit 3b46fbd

Please sign in to comment.