Skip to content

Commit

Permalink
Update rustls and axum-server
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Sep 8, 2024
1 parent 5ed36b7 commit 0537992
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 72 deletions.
181 changes: 167 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
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 }
Expand Down
Loading

0 comments on commit 0537992

Please sign in to comment.