Bump reqwest from 0.12.8 to 0.12.9

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.8 to 0.12.9.
- [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.8...v0.12.9)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 01:04:39 +00:00 committed by GitHub
parent 2a746c1188
commit 9f0a4a33a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1701,9 +1701,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.8"
version = "0.12.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
dependencies = [
"base64 0.22.1",
"bytes",
@ -3231,7 +3231,7 @@ dependencies = [
"env_logger",
"poise",
"regex",
"reqwest 0.12.8",
"reqwest 0.12.9",
"serde",
"serde_json",
"serenity",

View file

@ -14,6 +14,6 @@ anyhow = "1.0.93"
tracing = "0.1.40"
regex = "1.11.1"
sqlx = { version = "0.8.2", features = ["sqlite", "sqlx-sqlite", "runtime-tokio"]}
reqwest = { version = "0.12.5" }
reqwest = { version = "0.12.9" }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = { version = "1.0.132" }