From fdbd3d3c614acd42dddb49583d16de6b3f02e62d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 05:06:59 +0200 Subject: [PATCH] fix(deps): update rust crate http to v1 (#1081) --- .changes/http-v1.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/http-v1.md diff --git a/.changes/http-v1.md b/.changes/http-v1.md new file mode 100644 index 000000000..b104b592d --- /dev/null +++ b/.changes/http-v1.md @@ -0,0 +1,5 @@ +--- +"wry": minor +--- + +Update `http` dependency to `1` \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index a45fcb131..734519c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ cfg_aliases = "0.1" tracing = { version = "0.1", optional = true } once_cell = "1" thiserror = "1.0" -http = "0.2" +http = "1.1" raw-window-handle = { version = "0.6", features = [ "std" ] } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]