diff --git a/Cargo.toml b/Cargo.toml index 4307e31..e7a194f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio-stream = { version = "0.1.14", features = ["net"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" serde_json = "1.0.114" -clap = { version = "4.5.2", features = ["derive"] } +clap = { version = "4.5.3", features = ["derive"] } byte-unit = "5.1.4" rand = "0.8.5"