diff --git a/Cargo.toml b/Cargo.toml index a91ac0f..de2b541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ which-rustfmt = ["which"] [dependencies] cbor_event = "2.4.0" cddl = "0.9.1" -clap = { version = "4.2.4", features = ["derive"] } +clap = { version = "4.3.12", features = ["derive"] } codegen = { git = "https://github.com/dcSpark/codegen", branch = "master" } either = "1.8.1" once_cell = "1.17.1"