build(deps): bump oem_cp from 2.0.0 to 2.1.0 (#16298)

This commit is contained in:
dependabot[bot]
2025-08-18 20:48:36 +00:00
committed by GitHub
parent 3fccd51e54
commit 1248370437
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4688,9 +4688,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

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