diff --git a/crates/anode/Cargo.toml b/crates/anode/Cargo.toml index 3145bc6..f4db4c4 100644 --- a/crates/anode/Cargo.toml +++ b/crates/anode/Cargo.toml @@ -17,7 +17,7 @@ anode-client = { path = "../anode-client" } tokio = { version = "1.42", features = ["full"] } axum = "0.8" -axum-server = { version = "0.7", features = ["tls-rustls"] } +axum-server = { version = "0.8", features = ["tls-rustls"] } rustls = { version = "0.23", features = ["ring"] } rustls-pemfile = "2.2" clap = { version = "4.5", features = ["derive"] }