Skip to content

Commit

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

---
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] authored Jan 1, 2025
1 parent ae474a3 commit c47d090
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
26 changes: 24 additions & 2 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 @@ -24,7 +24,7 @@ chrono = "0.4.39"
clap = { version = "4.5.23", features = ["derive", "env", "string"] }
toml_edit = { version = "0.22.22", features = ["serde"] }
gix-config = { version = "0.42.0", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = [
reqwest = { version = "0.12.12", default-features = false, features = [
"json",
"rustls-tls-native-roots",
"gzip",
Expand All @@ -49,7 +49,7 @@ proptest = "=1.6.0"
rstest = "=0.23.0"
serde_json = "=1.0.133"
tempfile = "=3.14.0"
reqwest = { version = "=0.12.9", default-features = false, features = ["blocking"] }
reqwest = { version = "=0.12.12", default-features = false, features = ["blocking"] }

[build-dependencies]
vergen-gix = { version = "1.0.3", features = ["cargo", "rustc"] }
Expand Down

0 comments on commit c47d090

Please sign in to comment.