diff --git a/shed/thrift_compiler/Cargo.toml b/shed/thrift_compiler/Cargo.toml index 1ea9af681..b486f18ec 100644 --- a/shed/thrift_compiler/Cargo.toml +++ b/shed/thrift_compiler/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.95" -clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } dunce = "1.0.2" serde = { version = "1.0.185", features = ["derive", "rc"] } which = "4.2.4"