Skip to content

Commit

Permalink
chore(deps): remove aws-lc-rs and aws-lc-sys from Cargo.lock and upda…
Browse files Browse the repository at this point in the history
…te axum-server feature for TLS using ring

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 27, 2024
1 parent 5c0077a commit eddf335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 195 deletions.
194 changes: 1 addition & 193 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ axum-auth = "0.7"
axum-extra = { version = "0.9", features = ["typed-header", "query", "async-read-body", "typed-routing", "erased-json"] }
axum-macros = "0.4"
axum-range = "0.4"
axum-server = { version = "0.7", features = ["tls-rustls"] }
axum-server = { version = "0.7", features = ["tls-rustls-no-provider"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4", features = ["derive", "env", "wrap_help"] }
conflate = "0.3.2"
Expand Down Expand Up @@ -80,7 +80,7 @@ version = "0.8.1"

[dependencies.rustls]
version = "0.23.16"
features = ["logging", "std", "tls12"]
features = ["logging", "std", "ring", "tls12"]
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit eddf335

Please sign in to comment.