1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 06:11:03 +02:00

Merge pull request #1080 from JakeStanger/dependabot/cargo/reqwest-0.12.22

build(deps): bump reqwest from 0.12.20 to 0.12.22
This commit is contained in:
Jake Stanger 2025-07-08 16:17:24 +01:00 committed by GitHub
commit 3fce815fa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2761,9 +2761,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.20"
version = "0.12.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
dependencies = [
"base64",
"bytes",

View file

@ -149,7 +149,7 @@ cfg-if = "1.0.1"
clap = { version = "4.5.40", optional = true, features = ["derive"] }
# http
reqwest = { version = "0.12.20", default-features = false, features = ["default-tls", "http2"], optional = true }
reqwest = { version = "0.12.22", default-features = false, features = ["default-tls", "http2"], optional = true }
# cairo
lua-src = { version = "548.1.1", optional = true }