Skip to content

Commit

Permalink
chore(deps): bump reqwest from 0.11.26 to 0.12.4
Browse files Browse the repository at this point in the history
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.12.4.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.26...v0.12.4)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2024
1 parent 2079a0a commit 2af4b1c
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 81 deletions.
132 changes: 53 additions & 79 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 goldboot-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ axum = "0.7.4"
clap = { version = "4.4.7", features = ["derive", "string"] }
goldboot-image = { path="../goldboot-image", version = "0.0.2" }
goldboot = { path="../goldboot", version = "0.0.3" }
reqwest = { version = "0.11.22", features = ["stream"] }
reqwest = { version = "0.12.4", features = ["stream"] }
tftpd = { version = "0.2.12", optional = true }
tokio = { version = "1.34.0", features = ["full"] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ png = { version = "0.17.10", optional = true }
quick-xml = { version = "0.31.0", features = ["serialize"] }
rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["stream", "blocking", "json"] }
reqwest = { version = "0.12.4", features = ["stream", "blocking", "json"] }
ron = "0.8.1"
rustls = { version = "0.22.2" }
serde_json = "1.0.108"
Expand Down

0 comments on commit 2af4b1c

Please sign in to comment.