Skip to content

Commit a7eb780

Browse files
Bump reqwest from 0.12.15 to 0.12.19 (#26)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.15 to 0.12.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.15...v0.12.19) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 394d294 commit a7eb780

File tree

2 files changed

+61
-110
lines changed

2 files changed

+61
-110
lines changed

Cargo.lock

Lines changed: 60 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ serde_json = "1.0"
5959
serde_yaml = "0.9"
6060

6161
# HTTP client
62-
reqwest = { version = "0.12.15", features = ["blocking", "json"] }
62+
reqwest = { version = "0.12.19", features = ["blocking", "json"] }
6363
subtle = "2.6.1"
6464

6565
[dev-dependencies]

0 commit comments

Comments
 (0)