diff --git a/Cargo.toml b/Cargo.toml index 8198837..aa560a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tokio = { version = "1.36.0", features = ["full", "tracing"] } tokio-util = { version = "0.7.10", features = ["full"] } tokio-stream = "0.1.15" sdre-rust-logging = "0.3.1" -clap = { version = "4.5.3", features = ["derive", "env"] } +clap = { version = "4.5.4", features = ["derive", "env"] } sdre-stubborn-io = "0.5.4" async-trait = "0.1.79" zmq = "0.10.0"