From 3a5074df690e1de433b137b2188b2480a53a61bb Mon Sep 17 00:00:00 2001 From: Andrew Hayzen Date: Fri, 17 Nov 2023 10:24:41 +0000 Subject: [PATCH] cargo: bump outdated http crate version --- crates/cxx-qt-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cxx-qt-lib/Cargo.toml b/crates/cxx-qt-lib/Cargo.toml index 5a3651980..1517cd6b9 100644 --- a/crates/cxx-qt-lib/Cargo.toml +++ b/crates/cxx-qt-lib/Cargo.toml @@ -20,7 +20,7 @@ exclude = [ "**/generate.sh" ] cxx.workspace = true bytes = { version = "1.4", optional = true } chrono = { version = "0.4.23", optional = true } -http = { version = "0.2", optional = true } +http = { version = "1.0", optional = true } rgb = { version = "0.8", optional = true } time = { version = "0.3.20", optional = true } url = { version = "2.3", optional = true }