From 8d244522a34f4142be3e673cb48a3217bf77a51a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 00:52:55 +0000 Subject: [PATCH] build(deps): bump oem_cp from 2.0.0 to 2.1.0 Bumps [oem_cp](https://github.com/tats-u/rust-oem-cp) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/tats-u/rust-oem-cp/releases) - [Commits](https://github.com/tats-u/rust-oem-cp/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: oem_cp dependency-version: 2.1.0 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 631547b1c0..2802de98e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4616,9 +4616,9 @@ dependencies = [ [[package]] name = "oem_cp" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "330138902ab4dab09a86e6b7ab7ddeffb5f8435d52fe0df1bce8b06a17b10ee4" +checksum = "7da228ac17ec7684952ec38d602222d7ec74c1255b2505b716c9ed621ab0340a" dependencies = [ "phf", "phf_codegen", diff --git a/Cargo.toml b/Cargo.toml index d81e741694..4bc439bd82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ nu-ansi-term = "0.50.1" nucleo-matcher = "0.3" num-format = "0.4" num-traits = "0.2" -oem_cp = "2.0.0" +oem_cp = "2.1.0" omnipath = "0.1" open = "5.3" os_pipe = { version = "1.2", features = ["io_safety"] }