Skip to content

Commit

Permalink
fix(deps): update rust crate reqwest-middleware to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 15, 2024
1 parent eb74471 commit 197310f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/helm-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dirs = "5.0.1"
eyre.workspace = true
http = "1.1.0"
reqwest = "0.12.7"
reqwest-middleware = { version = "0.3.3", features = ["json", "http2"] }
reqwest-middleware = { version = "0.4.0", features = ["json", "http2"] }
schemars = { workspace = true, features = ["url"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 197310f

Please sign in to comment.