diff --git a/Cargo.toml b/Cargo.toml index f9993d8..18a6b80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150" } tokio = { version = "1.52.3", features = ["full"] } futures = { version = "0.3.32" } -http = { version = "1.4.0" } +http = { version = "1.4.2" } reqwest = { version = "0.13.3", features = ["form", "json", "blocking", "multipart", "stream"] } rand = { version = "0.10.1" } time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }