Skip to content

Commit bb0d3fd

Browse files
build(deps): bump reqwest from 0.12.12 to 0.12.14 (#124)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 0.12.14. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.12...v0.12.14) --- 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>
1 parent 5d4025f commit bb0d3fd

File tree

2 files changed

+116
-37
lines changed

2 files changed

+116
-37
lines changed

Cargo.lock

+115-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
anyhow = "1.0.97"
88
colored = "3.0.0"
99
lexopt = "0.3.0"
10-
reqwest = { version = "0.12.12", features = ["json", "blocking", "rustls-tls"], default-features = false }
10+
reqwest = { version = "0.12.14", features = ["json", "blocking", "rustls-tls"], default-features = false }
1111
serde = { version = "1.0.218", features = ["derive"] }

0 commit comments

Comments
 (0)