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"] }