Merge pull request 'Update Rust crate reqwest to v0.12.22' (#14) from renovate/reqwest-0.x-lockfile into main
Some checks are pending
ci/woodpecker/push/container Pipeline is pending
ci/woodpecker/push/pkgbuild/1 Pipeline is pending
ci/woodpecker/push/pkgbuild/2 Pipeline is pending

Reviewed-on: #14
This commit is contained in:
JMARyA 2025-07-02 07:20:51 +00:00
commit 3260ee1f13

6
Cargo.lock generated
View file

@ -1981,7 +1981,7 @@ dependencies = [
"maud",
"nix",
"rand 0.9.1",
"reqwest 0.12.21",
"reqwest 0.12.22",
"rocket",
"serde",
"serde_json",
@ -2406,9 +2406,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.12.21"
version = "0.12.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288"
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
dependencies = [
"base64 0.22.1",
"bytes",