diff --git a/Cargo.lock b/Cargo.lock index ef4ea67aa3..e0c4a4fba4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 13d065ba74..c1d6093080 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ boa_runtime = { version = "~0.18.0", path = "core/runtime" } # Shared deps arbitrary = "1" bitflags = "2.4.2" -clap = "4.5.0" +clap = "4.5.2" colored = "2.1.0" fast-float = "0.2.0" hashbrown = { version = "0.14.3", default-features = false }