diff --git a/Cargo.toml b/Cargo.toml index 49a9eeb..df40487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.75" async-channel = "2.1.1" async-trait = "0.1.74" camino = { version = "1.1.6", features = ["serde", "serde1"] } -clap = { version = "4.4.8", features = ["derive", "env"] } +clap = { version = "4.4.9", features = ["derive", "env"] } color-eyre = "0.6.2" dotenvy = { version = "0.15.7", features = ["clap"] } futures-util = "0.3.29"