From aa74d4735a5b76d91b834a690025120137135398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:25:12 +0200 Subject: [PATCH] Bump const_format from 0.2.24 to 0.2.26 (#680) Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.24 to 0.2.26. - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits/0.2.26) --- updated-dependencies: - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"