summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-17 20:39:19 +0000
committerGitHub <[email protected]>2024-06-17 20:39:19 +0000
commitfe31b6b88c28446b8ecd7975e47be25d09fe9e57 (patch)
tree7bf3c626d556436beca6a5f1ac1fb2fd53df9484 /crates
parentd25129d829e0ebd70b4e60e399fe91c0d80aa1ad (diff)
crates: bump reqwest from 0.12.4 to 0.12.5 (#12)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.4 to 0.12.5. - [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.4...v0.12.5) --- 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 'crates')
-rw-r--r--crates/bot-http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/bot-http/Cargo.toml b/crates/bot-http/Cargo.toml
index e451537..6319250 100644
--- a/crates/bot-http/Cargo.toml
+++ b/crates/bot-http/Cargo.toml
@@ -11,7 +11,7 @@ publish = false
[dependencies]
log = { workspace = true }
-reqwest = { version = "0.12.4", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] }
+reqwest = { version = "0.12.5", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] }
serde = { version = "1.0.203", features = ["derive"] }
[lints.rust]