diff --git a/apps/api/Cargo.toml b/apps/api/Cargo.toml index 3b7b2dc..365cfad 100644 --- a/apps/api/Cargo.toml +++ b/apps/api/Cargo.toml @@ -22,7 +22,7 @@ lazy_static = "1.4.0" oauth2 = { version = "4.4.2", features = ["pkce-plain"] } rand = { version = "0.8.5", features = ["std_rng"] } regex = "1.10.3" -reqwest = { version = "0.11.23", features = ["json"] } +reqwest = { version = "0.11.25", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" sqlx = { version = "0.7.3", features = [ "runtime-tokio", "tls-rustls", "mysql", "chrono" ] }