From d426397ca0ab1a5607e08c0e198212e4aa245a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:42:27 +0000 Subject: chore(deps): bump hyper from 0.14.28 to 1.1.0 (#1520) Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.1.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.28...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- atuin-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 1534b11b..4464ee0e 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -28,7 +28,7 @@ async-trait = { workspace = true } axum = "0.6.4" axum-server = { version = "0.5.1", features = ["tls-rustls"] } http = "0.2" -hyper = "0.14" +hyper = "1.1" hyper-rustls = "0.24" fs-err = { workspace = true } tower = "0.4" -- cgit v1.3.1