From eed8301c1d71208fbd962efc566d29c96bab50fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:56:47 +0100 Subject: [PATCH] chore(deps): bump constcat from 0.5.1 to 0.6.0 (#834) Bumps [constcat](https://github.com/rossmacarthur/constcat) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/rossmacarthur/constcat/blob/trunk/RELEASES.md) - [Commits](https://github.com/rossmacarthur/constcat/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: constcat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- llrt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cafe9d8437..8c324848d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,9 +491,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "constcat" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4938185353434999ef52c81753c8cca8955ed38042fc29913db3751916f3b7ab" +checksum = "5ffb5df6dd5dadb422897e8132f415d7a054e3cd757e5070b663f75bea1840fb" [[package]] name = "convert_case" diff --git a/llrt/Cargo.toml b/llrt/Cargo.toml index e3da3cbfcf..0c46c2c8c5 100644 --- a/llrt/Cargo.toml +++ b/llrt/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4.38", default-features = false, features = ["std"] } tracing-core = "0.1.33" tokio = { version = "1", features = ["full"] } crossterm = { version = "0.28.1" } -constcat = "0.5.1" +constcat = "0.6.0" [target.'cfg(not(target_os = "windows"))'.dependencies] snmalloc-rs = { version = "0.3.7", features = ["lto"] }