diff --git a/Cargo.toml b/Cargo.toml index a938a43..54cbee2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.35.1", features = ["full"] } toml = "0.8.8" env_logger = "0.11.5" walkdir = "2.5.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } chrono = { version = "0.4.38", features = ["serde"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }