Skip to content

Commit b202dc1

Browse files
chore(deps): bump reqwest from 0.12.12 to 0.12.14
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] <support@github.com>
1 parent 1752b54 commit b202dc1

2 files changed

Lines changed: 83 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 82 additions & 13 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
@@ -22,7 +22,7 @@ dashmap = "6.1.0"
2222
once_cell = "1.20.2"
2323
miette = { version = "7.4.0", features = ["fancy"] }
2424
smallvec = { version = "1.13.2", features = ["serde"] }
25-
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json"] }
25+
reqwest = { version = "0.12.14", default-features = false, features = ["rustls-tls", "json"] }
2626
warp-real-ip = "0.2.0"
2727
parse-display = "0.9.1"
2828
rand = { version = "0.8.5", features = ["small_rng"] }

0 commit comments

Comments
 (0)