Skip to content

Commit

Permalink
build(deps): Bump reqwest from 0.12.9 to 0.12.12 (#343)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 6b892d9 commit 999c57c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ schemars = { version = "0.8.21", optional = true, features = ["url"] }
regex = "1.11.1"
url = { version = "2.5.4", features = ["serde"] }
struct-patch = { version = "0.8.6", default-features = false, features = ["option", "merge"] }
reqwest = { version = "0.12.9", default-features = false, features = ["json", "blocking", "rustls-tls"] }
reqwest = { version = "0.12.12", default-features = false, features = ["json", "blocking", "rustls-tls"] }
relative-path = "1.9.3"
sha256 = { version = "1.5.0", default-features = false }
colored = "3.0.0"
Expand Down

0 comments on commit 999c57c

Please sign in to comment.