Skip to content

Commit

Permalink
Update to axum-server version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Aug 1, 2024
1 parent 3107e17 commit 996ae78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio-rustls = { version = "0.26" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }

# Axum
axum-server = { version = "0.6", features = ["tls-rustls"], optional = true }
axum-server = { version = "0.7", features = ["tls-rustls"], optional = true }

[dependencies.proc-macro2]
# This is a transitive dependency, we specify it to make sure we have
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
//! [rustls](https://github.com/ctz/rustls),
//! [tokio-rustls](https://github.com/tokio-rs/tls/tree/master/tokio-rustls) and many others.
#![cfg_attr(doc_auto_cfg, feature(doc_auto_cfg))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

mod acceptor;
pub mod acme;
Expand Down

0 comments on commit 996ae78

Please sign in to comment.