diff --git a/hitt-cli/Cargo.toml b/hitt-cli/Cargo.toml index 4995c5e..7a65957 100644 --- a/hitt-cli/Cargo.toml +++ b/hitt-cli/Cargo.toml @@ -8,7 +8,7 @@ name = "hitt" path = "src/main.rs" [dependencies] -clap = { version = "4.4.7", features = ["derive"] } +clap = { version = "4.3.24", features = ["derive"] } hitt-parser = { path = "../hitt-parser" } hitt-request = { path = "../hitt-request" } jsonformat = "2.0.0"