From ce98969adfe31b91486ebb008bed47c1e860fc1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:30:02 +0000 Subject: crates: bump reqwest from 0.12.5 to 0.12.7 (#226) 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](https://github.com/seanmonstar/reqwest/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fec27ce..c3e9970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ poise = "0.6.1" rand = "0.8.5" redis = { version = "0.25.4", features = ["tokio-comp", "tokio-rustls-comp"] } redis-macros = "0.3.0" -reqwest = { version = "0.12.5", default-features = false, features = [ +reqwest = { version = "0.12.7", default-features = false, features = [ "rustls-tls", "json", ] } -- cgit v1.2.3