1
0
mirror of https://github.com/actix/examples synced 2025-01-22 05:55:56 +01:00

Merge pull request #944 from actix/dependabot/cargo/reqwest-0.12.9

chore(deps): bump reqwest from 0.12.8 to 0.12.9
This commit is contained in:
Rob Ede 2024-12-28 20:03:02 +00:00 committed by GitHub
commit 5cc17fdbf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -6389,9 +6389,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",
@ -9243,7 +9243,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]