diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index fc9dfa5e..0a0c1bf2 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -35,7 +35,7 @@ tokio-stream = "0.1.12" clap = { version = "4.0.20", features = ["derive"] } http = "0.2" shadow-rs = "0.25.0" -tower-http = { version = "0.4", features = ["cors"] } +tower-http = { version = "0.5", features = ["cors"] } ctrlc = { version = "3.0", features = ["termination"] } dirs = "5.0.0" chrono = "0.4.22"