aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server/Cargo.toml
diff options
context:
space:
mode:
authorTobias Genannt <tobias.genannt@gmail.com>2024-09-09 21:40:19 +0200
committerGitHub <noreply@github.com>2024-09-09 20:40:19 +0100
commit51650ff9990578be2d5e67e793b1ccf5cfe18772 (patch)
treefd0a630dbae68676925c7150023fb3c8b6c52b05 /crates/atuin-server/Cargo.toml
parentchore: enable inline height and compact by default (#2249) (diff)
downloadatuin-51650ff9990578be2d5e67e793b1ccf5cfe18772.zip
chore(deps): Update rustls and axum-server (#2382)
Diffstat (limited to 'crates/atuin-server/Cargo.toml')
-rw-r--r--crates/atuin-server/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml
index 7f8753b3..5defbf3a 100644
--- a/crates/atuin-server/Cargo.toml
+++ b/crates/atuin-server/Cargo.toml
@@ -25,13 +25,13 @@ base64 = { workspace = true }
rand = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
-axum = "0.7.4"
-axum-server = { version = "0.6.0", features = ["tls-rustls"] }
+axum = "0.7"
+axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] }
fs-err = { workspace = true }
tower = { workspace = true }
-tower-http = { version = "0.5.1", features = ["trace"] }
+tower-http = { version = "0.5", features = ["trace"] }
reqwest = { workspace = true }
-rustls = "0.21"
+rustls = { version = "0.23", features = ["ring"], default-features = false }
rustls-pemfile = "2.1"
argon2 = "0.5"
semver = { workspace = true }