diff --git a/Cargo.toml b/Cargo.toml index f97ee63..ccd3197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tempfile = "3" anyhow = "1" thiserror = "1" regex = "1" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } base64 = "0.21" dirs = "5" chrono = "0.4" diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index e5dc208..a05fc0e 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -25,7 +25,7 @@ tempfile.workspace = true anyhow.workspace = true thiserror.workspace = true regex.workspace = true -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "http2", "charset"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls", "http2", "charset"] } futures = "0.3" base64 = "0.22" dirs = "5"