Bump reqwest from 0.12.7 to 0.12.8

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

---
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-10-14 09:24:53 +00:00 committed by natalie
parent 847b9e2f3e
commit 53151c7c7f
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@ -2347,9 +2347,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.7"
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f4955649ef5c38cc7f9e8aa41761d48fb9677197daea9984dc54f56aad5e63"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@ -21,7 +21,7 @@ serdect = { version = "0.2.0" }
itertools = "0.13.0"
exitcode = "1.1.2"
clap = { version = "4.5.19", features = ["derive"] }
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
server = { path = "../server" }
tokio = { version = "1", features = ["full"] }
message-io = "0.18"

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
snow = "0.9.6"
toml = "0.8.19"

View File

@ -21,7 +21,7 @@ serdect = { version = "0.2.0" }
clap = { version = "4.5.19", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
message-io = "0.18"
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
server = { path = "../server" }
[features]

View File

@ -34,7 +34,7 @@ reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "4d8c4bb
"frost",
"serde",
] }
reqwest = { version = "0.12.7", features = ["json"] }
reqwest = { version = "0.12.8", features = ["json"] }
regex = "1.11.0"
coordinator = { path = "../coordinator" }