Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cafkafk committed Aug 26, 2024
1 parent 8dec01f commit 1436bac
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 45 deletions.
111 changes: 67 additions & 44 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 @@ -27,7 +27,7 @@ hyper = { version = "1.4", features = ["client"] }
log = "0.4.22"
pretty_env_logger = "0.5.0"
regex = "1.10.6"
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.7", features = ["json"] }
semver = "1.0.22"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.127"
Expand Down

0 comments on commit 1436bac

Please sign in to comment.