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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-30 00:52:55 +00:00
committed by GitHub
parent 7203138880
commit 8d244522a3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }