Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent b34a12a commit 269ecc6
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 32 deletions.
251 changes: 220 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 tools/kbcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4"
clap = { version = "4", features = ["derive"] }
jsonschema = "0.16"
miette = { version="5", features = ["fancy"] }
reqwest = "0.11"
reqwest = "0.12"
serde = "1"
serde_json = "1"
serde_yaml = "0.9"
Expand Down

0 comments on commit 269ecc6

Please sign in to comment.