diff --git a/Cargo.lock b/Cargo.lock index 9fc178e03a..e4089009d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.17" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" +checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" dependencies = [ "clap_builder", "clap_derive", @@ -763,9 +763,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.17" +version = "4.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" +checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index ef5cb090c9..43f842194c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ boa_temporal = { version = "~0.17.0", path = "core/temporal" } arbitrary = "1" bitflags = "2.4.2" chrono = { version = "0.4.31", default-features = false } -clap = "4.4.17" +clap = "4.4.18" colored = "2.1.0" fast-float = "0.2.0" hashbrown = { version = "0.14.3", default-features = false }