mirror of
https://github.com/starship/starship.git
synced 2024-11-23 08:43:16 +01:00
build: bump open from 2.1.0 to 2.1.1 (#3693)
Bumps [open](https://github.com/Byron/open-rs) from 2.1.0 to 2.1.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.1.0...v2.1.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
48f1f756f8
commit
6dd1190ca1
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1077,9 +1077,9 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "open"
|
name = "open"
|
||||||
version = "2.1.0"
|
version = "2.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5a82915836ef43159bb6a3c64d884c42329ccd0b8afdca737cf1e3dd701709dc"
|
checksum = "9213e7b66aa06a7722828ee2980c1adff22a3922b582baaa1e62e30ca2a6c018"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pathdiff",
|
"pathdiff",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
@ -41,7 +41,7 @@ local_ipaddress = "0.1.3"
|
|||||||
log = { version = "0.4.14", features = ["std"] }
|
log = { version = "0.4.14", features = ["std"] }
|
||||||
notify-rust = "4.5.6"
|
notify-rust = "4.5.6"
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.10.0"
|
||||||
open = "2.1.0"
|
open = "2.1.1"
|
||||||
os_info = "3.2.0"
|
os_info = "3.2.0"
|
||||||
path-slash = "0.1.4"
|
path-slash = "0.1.4"
|
||||||
pest = "2.1.3"
|
pest = "2.1.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user