diff --git a/Cargo.toml b/Cargo.toml index 215bb7e..6c41a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ itertools = "0.14.0" mime_guess = { version = "2.0.5" } num_cpus = "1.16.0" phf = { version = "0.11", features = ["macros"] } -reqwest = { version = "0.12.7", features = ["json"] } +reqwest = { version = "0.13.1", features = ["json"] } rust-embed = "8.5.0" sea-orm = { version = "1.0.0", features = [ "sqlx-sqlite",