mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +00:00
build: bump process_control from 3.5.1 to 4.0.0 (#4360)
Bumps [process_control](https://github.com/dylni/process_control) from 3.5.1 to 4.0.0. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.5.1...4.0.0) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c1d98b2764
commit
d9da1734c3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2163,9 +2163,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "process_control"
|
name = "process_control"
|
||||||
version = "3.5.1"
|
version = "4.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1cb5bbabc4567bc85bc86d667f7ef1c5060280037269232b248cef94fc7654bd"
|
checksum = "5c5c066e788f2eca1f84fbb2da941dfa255f220d57205350e60c3d8e60c6a735"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -82,7 +82,7 @@ versions = "4.1.0"
|
|||||||
which = "4.3.0"
|
which = "4.3.0"
|
||||||
yaml-rust = "0.4.5"
|
yaml-rust = "0.4.5"
|
||||||
|
|
||||||
process_control = { version = "3.5.1", features = ["crossbeam-channel"] }
|
process_control = { version = "4.0.0", features = ["crossbeam-channel"] }
|
||||||
|
|
||||||
guess_host_triple = "0.1.3"
|
guess_host_triple = "0.1.3"
|
||||||
home = "0.5.3"
|
home = "0.5.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user