Merge pull request 'Update Rust crate reqwest to v0.12.21' (#12) from renovate/reqwest-0.x-lockfile into main
Some checks are pending
ci/woodpecker/push/build Pipeline is pending

Reviewed-on: #12
This commit is contained in:
JMARyA 2025-07-01 07:26:55 +00:00
commit c1cdc8f9c0

8
Cargo.lock generated
View file

@ -325,7 +325,7 @@ dependencies = [
"futures",
"log",
"mdq",
"reqwest 0.12.20",
"reqwest 0.12.21",
"rocket",
"rocket_cors",
"serde",
@ -2269,9 +2269,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.20"
version = "0.12.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288"
dependencies = [
"base64 0.22.1",
"bytes",
@ -3743,7 +3743,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]]