From 2542c857059b94a921fc5668ef51188abc7c87d2 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:11:18 +0000 Subject: [PATCH] Update Rust crate `convert_case` to v0.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b24efe1d1e..4efc57f653e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1356,9 +1356,9 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "convert_case" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58edcceb030fad49b986afe5783b651123c0ee44a61e22802f91a9d5d1ae1900" +checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index aa18b58164c..7e9d3b72a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ bitvec = { version = "=1.0.1", default-features = false } bytes-utils = { version = "=0.1.4", default-features = false } clap = { version = "=4.5.26", features = ["color", "error-context", "help", "std", "suggestions", "usage"] } clap_complete = { version = "=4.5.42", default-features = false } -convert_case = { version = "=0.7.0", default-features = false } +convert_case = { version = "=0.7.1", default-features = false } criterion-macro = { version = "=0.4.0", default-features = false } derive-where = { version = "=1.2.7", default-features = false, features = ["nightly"] } derive_more = { version = "=1.0.0", default-features = false }