summaryrefslogtreecommitdiffstats
path: root/atuin-server
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-08 09:42:27 +0000
committerGitHub <noreply@github.com>2024-01-08 09:42:27 +0000
commitd426397ca0ab1a5607e08c0e198212e4aa245a8e (patch)
tree8948747ce2e2c46cdd3a881e322ba26b1d338015 /atuin-server
parentb881268243d963ffa1770b16a6dfae3706366682 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-server')
-rw-r--r--atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index 1534b11bf..4464ee0e4 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"