mirror of
https://github.com/starship/starship.git
synced 2024-11-26 10:14:57 +01:00
build(deps): bump open from 1.5.1 to 1.6.0
Bumps [open](https://github.com/Byron/open-rs) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/master/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
206e53bf21
commit
3bc3c00313
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -985,9 +985,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "open"
|
name = "open"
|
||||||
version = "1.5.1"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b2033f93630dd4b04768ecf5e16bcd3002a89e1e1dbef375bf290dd67e2b7a4d"
|
checksum = "a7e9f1bdf15cd1f5a00cc9002a733a6ee6d0ff562491852d59652471c4a389f7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"which",
|
"which",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
@ -55,7 +55,7 @@ pest_derive = "2.1.0"
|
|||||||
regex = "1.4.3"
|
regex = "1.4.3"
|
||||||
os_info = "3.0.1"
|
os_info = "3.0.1"
|
||||||
urlencoding = "1.1.1"
|
urlencoding = "1.1.1"
|
||||||
open = "1.5.1"
|
open = "1.6.0"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
quick-xml = "0.22.0"
|
quick-xml = "0.22.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user