Merge pull request #83 from readur/renovate/reqwest-0.x-lockfile

fix(deps): update rust crate reqwest to v0.12.22
This commit is contained in:
Jon Fuller 2025-07-01 14:24:13 -07:00 committed by GitHub
commit 92b4ba7829
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -3757,7 +3757,7 @@ dependencies = [
"quick-xml", "quick-xml",
"raw-cpuid", "raw-cpuid",
"regex", "regex",
"reqwest 0.12.21", "reqwest 0.12.22",
"serde", "serde",
"serde_json", "serde_json",
"sha2", "sha2",
@ -3915,9 +3915,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.21" version = "0.12.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8cea6b35bcceb099f30173754403d2eba0a5dc18cea3630fccd88251909288" checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bytes", "bytes",