diff --git a/server/shared/Cargo.toml b/server/shared/Cargo.toml index 658bf9fe..737b4428 100644 --- a/server/shared/Cargo.toml +++ b/server/shared/Cargo.toml @@ -16,12 +16,12 @@ log = "0.4.22" nohash-hasher = "0.2.0" parking_lot = "0.12.3" rand = "0.9.0-beta.1" -reqwest = { version = "0.12.10", default-features = false, features = [ +reqwest = { version = "0.12.11", default-features = false, features = [ "rustls-tls", ] } sha2 = "0.11.0-pre.4" time = { version = "0.3.37", features = ["formatting"] } -serde = { version = "1.0.216", features = ["derive"] } +serde = { version = "1.0.217", features = ["derive"] } crypto_secretbox = { version = "0.1.1", features = ["chacha20"] } serde_json = "1.0.134" argon2 = "0.6.0-pre.1"