From a2a2df93daadb10d707fce0e258eca554c8c6eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 07:18:40 +0000 Subject: [PATCH] build(deps): update h2 requirement from 0.3.17 to 0.4.0 Updates the requirements on [h2](https://github.com/hyperium/h2) to permit the latest version. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.17...v0.4.0) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08e0190..521d257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ log = "0.4" time = { version = "0.3", features = ["parsing", "formatting", "macros"] } socket2 = { version = "0.5.3", optional = true, features = ["all"] } -h2 = { version = "0.3.17", default-features = false, optional = true } +h2 = { version = "0.4.0", default-features = false, optional = true } http = "0.2" mime = "0.3" mime_guess = "2"