diff --git a/Cargo.lock b/Cargo.lock index 1f8c696..6fe799f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -697,9 +697,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" dependencies = [ "clap_builder", "clap_derive", @@ -707,9 +707,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" dependencies = [ "anstream", "anstyle", @@ -4296,9 +4296,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index bdc1384..b7f942d 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -19,7 +19,7 @@ lychee-lib = { path = "../lychee-lib", version = "0.18.1", default-features = fa anyhow = "1.0.98" assert-json-diff = "2.0.2" -clap = { version = "4.5.37", features = ["env", "derive"] } +clap = { version = "4.5.38", features = ["env", "derive"] } console = "0.15.11" const_format = "0.2.34" csv = "1.3.1" @@ -62,7 +62,7 @@ assert_cmd = "2.0.17" cookie_store = "0.21.1" predicates = "3.1.3" pretty_assertions = "1.4.1" -tempfile = "3.19.1" +tempfile = "3.20.0" tracing-subscriber = { version = "0.3.19", default-features = false, features = [ "fmt", "registry", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 531a750..ca327a3 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -65,7 +65,7 @@ features = ["runtime-tokio"] [dev-dependencies] doc-comment = "0.3.3" -tempfile = "3.19.1" +tempfile = "3.20.0" wiremock = "0.6.3" serde_json = "1.0.140" rstest = "0.25.0"