diff --git a/Cargo.lock b/Cargo.lock index 89898f4..541adfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.29" +version = "4.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39" dependencies = [ "bitflags", "clap_derive", @@ -800,7 +800,7 @@ dependencies = [ "axum 0.6.1", "axum-extra 0.4.1", "byteorder", - "clap 4.0.29", + "clap 4.0.32", "criterion", "dashmap", "feature-probe-event", diff --git a/Cargo.toml b/Cargo.toml index f374338..a61e076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ futures-util = { optional = true, version = "0.3", default-features = false, fea approx = "0.5" axum = { version = "0.6", features = ["headers"] } axum-extra = { version = "0.4", features = ["typed-routing"] } -clap = { version = "4.0.29", features = ["derive"] } +clap = { version = "4.0.32", features = ["derive"] } criterion = "0.4" rusty-hook = "^0.11.2" tokio = { version = "1", features = ["full"] }