Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent 2980970 commit bad0752
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 30 deletions.
106 changes: 78 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fs4 = { version = "0.8.3", features = ["sync"] }
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
once_cell = "1.19.0"
os_pipe = "1.1.5"
reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.5", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.40"
tempfile = "3.10.1"
zip = "2.1.1"
Expand All @@ -30,7 +30,7 @@ flate2 = "1.0.30"
highway = "1.0.0"
rand = "0.8.5"
regex = "1.8.1"
reqwest = { version = "0.12.4", features = ["blocking", "rustls-tls"], default-features = false }
reqwest = { version = "0.12.5", features = ["blocking", "rustls-tls"], default-features = false }
tar = "0.4.40"
zip = "2.1.1"

Expand Down

0 comments on commit bad0752

Please sign in to comment.