From b19577d2e1b78ede0d299d6f11255190c4c9e217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:14:01 +0000 Subject: [PATCH] Bump convert_case from 0.6.0 to 0.7.1 Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.7.1. - [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 ++-- s2s_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ad957a..0bb0e88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.6.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" +checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" dependencies = [ "unicode-segmentation", ] diff --git a/s2s_core/Cargo.toml b/s2s_core/Cargo.toml index 0b17915..4c1bcff 100644 --- a/s2s_core/Cargo.toml +++ b/s2s_core/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] serde = { version = "1.0.217", features = ["derive"] } quartz_nbt = { version = "0.2.9", features = ["serde"] } -convert_case = "0.6.0" \ No newline at end of file +convert_case = "0.7.1" \ No newline at end of file