From 0b96690446adfbcd09fb97c12590bc25dd871739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:53:30 +0000 Subject: [PATCH] Update Rust crate convert_case to 0.8.0 (#25711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [convert_case](https://redirect.github.com/rutrum/convert-case) | workspace.dependencies | minor | `0.7.0` -> `0.8.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b064c5e980..fe816aca40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3124,9 +3124,9 @@ checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[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", ] @@ -4102,7 +4102,7 @@ dependencies = [ "client", "clock", "collections", - "convert_case 0.7.1", + "convert_case 0.8.0", "ctor", "db", "emojis", @@ -7946,7 +7946,7 @@ version = "0.1.0" dependencies = [ "anyhow", "collections", - "convert_case 0.7.1", + "convert_case 0.8.0", "log", "pretty_assertions", "streaming-iterator", @@ -14567,7 +14567,7 @@ dependencies = [ name = "ui_macros" version = "0.1.0" dependencies = [ - "convert_case 0.7.1", + "convert_case 0.8.0", "linkme", "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 69b84e4d47..bafcf978bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -405,7 +405,7 @@ chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.4", features = ["derive"] } cocoa = "0.26" cocoa-foundation = "0.2.0" -convert_case = "0.7.0" +convert_case = "0.8.0" core-foundation = "0.9.3" core-foundation-sys = "0.8.6" ctor = "0.4.0"