From 519f501ed88df2f25d2417a75fabf79e7d6b38d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:46:06 +0000 Subject: [PATCH] chore(deps): bump const_format from 0.2.35 to 0.2.36 in /cli Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.35 to 0.2.36. - [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-version: 0.2.36 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 20 ++++++++++++++++++-- cli/Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index e61ab3ed..c8f4fe5b 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -478,11 +478,12 @@ checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" [[package]] name = "const_format" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" +checksum = "4481a617ad9a412be3b97c5d403fef8ed023103368908b9c50af598ff467cc1e" dependencies = [ "const_format_proc_macros", + "konst", ] [[package]] @@ -1593,6 +1594,21 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "konst" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "128133ed7824fcd73d6e7b17957c5eb7bacb885649bd8c69708b2331a10bcefb" +dependencies = [ + "konst_macro_rules", +] + +[[package]] +name = "konst_macro_rules" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" + [[package]] name = "lazy_static" version = "1.5.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 292f3e48..6ea20ca3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -45,7 +45,7 @@ tempfile = "3.27.0" clap_lex = "1" url = "2.5.4" log = "0.4.30" -const_format = "0.2.31" +const_format = "0.2.36" sha2 = "0.11.0" base64 = "0.22" shell-escape = "0.1.5"