Skip to content

Commit

Permalink
Merge pull request coreos#1445 from coreos/dependabot/cargo/reqwest-0…
Browse files Browse the repository at this point in the history
….12.3

build(deps): bump reqwest from 0.11.24 to 0.12.3
  • Loading branch information
yasminvalim authored Apr 10, 2024
2 parents 8b1157d + 37e16d7 commit 78e6d5b
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 32 deletions.
154 changes: 123 additions & 31 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nmstate = { version = ">= 2.2.3, < 3", default-features = false, features = ["ge
openssl = "^0.10"
pipe = ">= 0.3, < 0.5"
regex = ">= 1.4, < 2"
reqwest = { version = ">= 0.10, < 0.12", features = ["blocking"] }
reqwest = { version = ">= 0.10, < 0.13", features = ["blocking"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
serde_with = ">= 1.9.4, < 4"
Expand Down

0 comments on commit 78e6d5b

Please sign in to comment.