diff --git a/Cargo.lock b/Cargo.lock index e525e94..a1a1703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.4" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76" +checksum = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3" dependencies = [ "bitflags", "clap_derive", diff --git a/Cargo.toml b/Cargo.toml index 86bd608..c55d2b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ trillium-tokio = "0.2.1" url = "2.3.1" [dependencies.clap] -version = "4.1.4" +version = "4.1.6" default-features = false features = [ "std", "help", "usage", "error-context", "derive", "env" ] @@ -40,5 +40,5 @@ default-features = false features = [ "smallvec", "fmt", "ansi" ] [dev-dependencies] -trillium-http = "0.2.10" +trillium-http = "0.2.9" trillium-testing = { version = "0.4.0", features = [ "tokio" ] }