diff --git a/Cargo.lock b/Cargo.lock index cb93e2b..a34df84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.26" +version = "0.2.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495" +checksum = "79f926bc2341a80e6bb5a16e18057c8c90ca3edbdeb9fa497bd0f82b1f4df4e6" dependencies = [ "const_format_proc_macros", ] diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 4ab2fa4..62588c5 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -20,7 +20,7 @@ version = "0.10.1" lychee-lib = { path = "../lychee-lib", version = "0.10.1", default-features = false } anyhow = "1.0.65" console = "0.15.2" -const_format = "0.2.26" +const_format = "0.2.28" headers = "0.3.8" http = "0.2.8" indicatif = "0.17.1"