mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01: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]]
|
||||
name = "interprocess"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d5f0e3c218e7a86a6712fd3adc84672304f9e839402b866685b9117a077c37f"
|
||||
checksum = "7c7fb8583fab9503654385e2bafda123376445a77027a1b106dd7e44cf51122f"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"recvmsg",
|
||||
|
@ -94,7 +94,7 @@ heck = "0.5.0"
|
||||
human-date-parser = "0.1.1"
|
||||
indexmap = "2.2"
|
||||
indicatif = "0.17"
|
||||
interprocess = "2.0.0"
|
||||
interprocess = "2.0.1"
|
||||
is_executable = "1.0"
|
||||
itertools = "0.12"
|
||||
libc = "0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user