mirror of
https://github.com/nushell/nushell.git
synced 2025-05-01 16:44:27 +02:00
Update interprocess
to 2.0.1 (#12769)
Fixes #12755 See https://github.com/kotauskas/interprocess/issues/63 and https://github.com/kotauskas/interprocess/pull/62
This commit is contained in:
parent
0bfbe8c372
commit
9181fca859
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2013,9 +2013,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "interprocess"
|
name = "interprocess"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6d5f0e3c218e7a86a6712fd3adc84672304f9e839402b866685b9117a077c37f"
|
checksum = "7c7fb8583fab9503654385e2bafda123376445a77027a1b106dd7e44cf51122f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"recvmsg",
|
"recvmsg",
|
||||||
|
@ -94,7 +94,7 @@ heck = "0.5.0"
|
|||||||
human-date-parser = "0.1.1"
|
human-date-parser = "0.1.1"
|
||||||
indexmap = "2.2"
|
indexmap = "2.2"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
interprocess = "2.0.0"
|
interprocess = "2.0.1"
|
||||||
is_executable = "1.0"
|
is_executable = "1.0"
|
||||||
itertools = "0.12"
|
itertools = "0.12"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user