diff --git a/Cargo.toml b/Cargo.toml index 17dd57fa8..5995267c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",