Skip to content

Commit

Permalink
Merge pull request #30 from wqld/dependabot/cargo/reqwest-0.12
Browse files Browse the repository at this point in the history
chore(deps): update reqwest requirement from 0.11 to 0.12
  • Loading branch information
wqld authored Mar 26, 2024
2 parents 117cb34 + 66d2986 commit 20539c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing = "0.1"
http = "0.2"
http-body-util = "0.1.0"
hyper = "0.14"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
tempfile = "3"
tower = { version = "0.4", features = ["util"] }
tower-test = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion cni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ipnet = "2.9.0"
once_cell = "1.19"
openssl = { version = "0.10", features = ["vendored"] }
rand = "0.8.5"
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
rsln = "0.0"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 20539c1

Please sign in to comment.