From 2ee7877769f9c922edde07517fca4280c9bbe17e Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 10 Jul 2026 19:20:48 -0400 Subject: [PATCH] bump: http --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 056ceb8..939f0db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,9 +427,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "http" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index b3a4956..1db0f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -http = { version = "1.4.0" } +http = { version = "1.4.2" } reqwest = { version = "0.13.4", features = ["json", "blocking", "multipart", "stream"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150"