mirror of
https://github.com/starship/starship.git
synced 2024-11-07 08:54:50 +01:00
build: bump open from 2.0.0 to 2.0.1 (#2989)
Bumps [open](https://github.com/Byron/open-rs) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v2.0.0...open-v2.0.1) --- updated-dependencies: - dependency-name: open 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
9e5fcd1e14
commit
0f9b80f0cd
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1110,9 +1110,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
||||
|
||||
[[package]]
|
||||
name = "open"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "970d0e0b8f5f39e6090f3d612e3a17b8e02b91c860fe9eb33665d1aed1f6f37f"
|
||||
checksum = "b46b233de7d83bc167fe43ae2dda3b5b84e80e09cceba581e4decb958a4896bf"
|
||||
dependencies = [
|
||||
"pathdiff",
|
||||
"winapi",
|
||||
|
@ -56,7 +56,7 @@ pest_derive = "2.1.0"
|
||||
regex = "1.5.4"
|
||||
os_info = "3.0.7"
|
||||
urlencoding = "2.1.0"
|
||||
open = "2.0.0"
|
||||
open = "2.0.1"
|
||||
unicode-width = "0.1.8"
|
||||
term_size = "0.3.2"
|
||||
quick-xml = "0.22.0"
|
||||
|
Loading…
Reference in New Issue
Block a user