diff --git a/Cargo.lock b/Cargo.lock index 385cc603bb..772d91a71a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6379,9 +6379,9 @@ dependencies = [ [[package]] name = "tokio-rustls-acme" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3184e8e292a828dd4bca5b2a60aba830ec5ed873a66c9ebb6e65038fa649e827" +checksum = "f296d48ff72e0df96e2d7ef064ad5904d016a130869e542f00b08c8e05cc18cf" dependencies = [ "async-trait", "axum-server", diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index dc7b7fed9b..327dfdbee2 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -68,7 +68,7 @@ tokio-stream = { version = "0.1" } utoipa = { version = "5", features = ["uuid"] } utoipa-rapidoc = { version = "6", features = ["axum"] } tokio = { version = "1", features = ["rt", "rt-multi-thread", "sync", "macros"] } -tokio-rustls-acme = { version = "0.6", features = ["axum"], optional = true } +tokio-rustls-acme = { version = "0.7", features = ["axum"], optional = true } [build-dependencies] rustc_version = "0.4.1"