From e139e5db3b3731e18bd17d6f475157cc6da3d7b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:17:07 +0000 Subject: [PATCH] Bump const_format from 0.2.26 to 0.2.28 Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.26 to 0.2.28. - [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) --- updated-dependencies: - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"