From 645c8469e4369e6c6650256de75ac2accc334b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:57:19 +0000 Subject: [PATCH] chore(deps): 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 ++-- crates/weaver_forge/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b4a93f5..e5cec2ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[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/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index a53fbaa1..c4fba82a 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -20,7 +20,7 @@ weaver_semconv = { path = "../weaver_semconv" } minijinja = { version = "2.5.0", features = ["loader", "custom_syntax", "debug", "json", "urlencode", "macros"] } minijinja-contrib = { version="2.5.0", features = ["pycompat"] } -convert_case = "0.6.0" +convert_case = "0.7.1" jaq-core = "2.0.0" jaq-std = "2.0.0" jaq-json = { version="1.0.0", features=["serde_json"] }