From 19fb77fc511742134df1ea0adfa78006fd1957a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 11:17:31 +0000 Subject: [PATCH] Update Rust crate http to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16474d6..fd59d94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cloudflare = { version = "0.11.0", features = [ ], default-features = false } dnsclient = "0.1.19" env_logger = "0.11.3" -http = "0.2.12" +http = "1.0.0" itertools = "0.12.1" log = "0.4.21" mockall_double = "0.3.1"