mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 12:57:53 +02:00
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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4616,9 +4616,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "oem_cp"
|
name = "oem_cp"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "330138902ab4dab09a86e6b7ab7ddeffb5f8435d52fe0df1bce8b06a17b10ee4"
|
checksum = "7da228ac17ec7684952ec38d602222d7ec74c1255b2505b716c9ed621ab0340a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf",
|
"phf",
|
||||||
"phf_codegen",
|
"phf_codegen",
|
||||||
|
@ -120,7 +120,7 @@ nu-ansi-term = "0.50.1"
|
|||||||
nucleo-matcher = "0.3"
|
nucleo-matcher = "0.3"
|
||||||
num-format = "0.4"
|
num-format = "0.4"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
oem_cp = "2.0.0"
|
oem_cp = "2.1.0"
|
||||||
omnipath = "0.1"
|
omnipath = "0.1"
|
||||||
open = "5.3"
|
open = "5.3"
|
||||||
os_pipe = { version = "1.2", features = ["io_safety"] }
|
os_pipe = { version = "1.2", features = ["io_safety"] }
|
||||||
|
Reference in New Issue
Block a user