diff --git a/shed/thrift_compiler/Cargo.toml b/shed/thrift_compiler/Cargo.toml index 01054fb33..b48e279cd 100644 --- a/shed/thrift_compiler/Cargo.toml +++ b/shed/thrift_compiler/Cargo.toml @@ -16,6 +16,6 @@ path = "src/main.rs" [dependencies] anyhow = "=1.0.72" -clap = { version = "4.3.5", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.4.7", features = ["derive", "env", "string", "unicode", "wrap_help"] } serde = { version = "1.0.185", features = ["derive", "rc"] } which = "4.2.4"