diff --git a/Cargo.toml b/Cargo.toml index c0a2b10..82303c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ anyhow = { version = "1.0.81" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.18" } -clap = { version = "4.5.2", features = ["derive", "env"] } +clap = { version = "4.5.3", features = ["derive", "env"] } dotenv = { version = "0.15.0" }