summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-20 04:07:24 +0000
committerGitHub <[email protected]>2024-04-20 04:07:24 +0000
commitea4764566c757e42880e348165e697b7f3206ced (patch)
treec0101f5946a1bd24f30928ea2479652ca02440ee /Cargo.toml
parentab4bd23f8919cf512037e81202cfdcb5825b3289 (diff)
crates: bump reqwest from 0.12.2 to 0.12.4 (#172)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.2 to 0.12.4. - [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.2...v0.12.4) --- 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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f19324..c65bbfb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ poise = "0.6.1"
rand = "0.8.5"
redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
redis-macros = "0.3.0"
-reqwest = { version = "0.12.2", default-features = false, features = [
+reqwest = { version = "0.12.4", default-features = false, features = [
"rustls-tls",
"json",
] }