Skip to content

Commit

Permalink
Bump reqwest from 0.11.24 to 0.12.4
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.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 25, 2024
1 parent b705424 commit 41765ba
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 106 deletions.
145 changes: 40 additions & 105 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 @@ -26,7 +26,7 @@ log = "0.4.21"
octocrab = "0.38.0"
pathsearch = "0.2.0"
regex = "1.10.3"
reqwest = { version = "0.11.24", features = ["json", "stream"] }
reqwest = { version = "0.12.4", features = ["json", "stream"] }
semver = { version = "1.0.17", package = "tf-semver" }
serde = { version = "1.0.197", features = ["derive"] }
shellexpand = { version = "3.1.0", features = ["base-0", "full"] }
Expand Down

0 comments on commit 41765ba

Please sign in to comment.