diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 504b33a29..3fe5dec3c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -50,7 +50,7 @@ tower-http = { version = "0.3.2", features = ["trace", "decompression-gzip"] } hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] } thiserror = "1.0.29" backoff = "0.4.0" -clap = { version = "3.1.9", default-features = false, features = ["std", "cargo", "derive"] } +clap = { version = "4.1.8", default-features = false, features = ["std", "cargo", "derive"] } edit = "0.1.3" tokio-stream = { version = "0.1.9", features = ["net"] }