aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-server/Cargo.toml')
-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 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"