Update reqwest 0.12.20 -> 0.12.22

This commit is contained in:
Josiah Glosson
2025-08-07 21:18:18 -05:00
parent fadbf80093
commit 2217da078a

View File

@@ -108,7 +108,7 @@ rand = "=0.8.5" # Locked on 0.8 until argon2 and p256 update to 0.9
rand_chacha = "=0.3.1" # Locked on 0.3 until we can update rand to 0.9
redis = "0.32.4"
regex = "1.11.1"
reqwest = { version = "0.12.20", default-features = false }
reqwest = { version = "0.12.22", default-features = false }
rgb = "0.8.50"
rust_decimal = { version = "1.37.2", features = [
"serde-with-float",