mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01:00
build: bump process_control from 3.5.0 to 3.5.1 (#4065)
Bumps [process_control](https://github.com/dylni/process_control) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/dylni/process_control/releases) - [Commits](https://github.com/dylni/process_control/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: process_control dependency-type: direct:production update-type: version-update:semver-patch ... 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
14cd5d757e
commit
5ea4037684
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1566,9 +1566,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "process_control"
|
||||
version = "3.5.0"
|
||||
version = "3.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2de0029d2e6222dfa366facfcd75d09070e321ef4c621f92d20e45383f9a116b"
|
||||
checksum = "1cb5bbabc4567bc85bc86d667f7ef1c5060280037269232b248cef94fc7654bd"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"libc",
|
||||
|
@ -80,7 +80,7 @@ versions = "4.1.0"
|
||||
which = "4.2.5"
|
||||
yaml-rust = "0.4.5"
|
||||
|
||||
process_control = { version = "3.5.0", features = ["crossbeam-channel"] }
|
||||
process_control = { version = "3.5.1", features = ["crossbeam-channel"] }
|
||||
|
||||
guess_host_triple = "0.1.3"
|
||||
home = "0.5.3"
|
||||
|
Loading…
Reference in New Issue
Block a user