diff --git a/Cargo.lock b/Cargo.lock index e4652cd..9fb83fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.24" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6a1316fa6a23fea1ee41cb80321590385e5f3e575e99f77c4d918ce5d44379d" +checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495" dependencies = [ "const_format_proc_macros", ] diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index d2bc919..89840bb 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -20,7 +20,7 @@ version = "0.10.0" lychee-lib = { path = "../lychee-lib", version = "0.10.0", default-features = false } anyhow = "1.0.58" console = "0.15.0" -const_format = "0.2.24" +const_format = "0.2.26" headers = "0.3.7" http = "0.2.8" indicatif = "0.16.2"