From 35741745cbfa0e4a87fd733f1b6aebeb3f63ce43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 04:59:49 +0000 Subject: [PATCH] Bump convert_case from 0.7.1 to 0.8.0 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.7.1 to 0.8.0. - [Commits](https://github.com/rutrum/convert-case/commits) --- updated-dependencies: - dependency-name: convert_case dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1817172..990b2ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" +checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" dependencies = [ "unicode-segmentation", ] diff --git a/Cargo.toml b/Cargo.toml index fcd77cd..b6f6d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ bitflags = "2.8.0" bounded-vec-deque = "0.1.1" chrono = "0.4.40" clap = { version = "4.5.30", features = ["derive"], optional = true } -convert_case = "0.7.1" +convert_case = "0.8.0" csv = "1.3.1" derivative = "2.2.0" erased-serde = "0.4.5"