mirror of
https://github.com/starship/starship.git
synced 2025-06-22 19:02:25 +02:00
build(deps): bump dirs-next from 1.0.2 to 2.0.0
Bumps [dirs-next](https://github.com/xdg-rs/dirs) from 1.0.2 to 2.0.0. - [Release notes](https://github.com/xdg-rs/dirs/releases) - [Changelog](https://github.com/xdg-rs/dirs/blob/master/CHANGELOG.md) - [Commits](https://github.com/xdg-rs/dirs/compare/dirs-v1.0.2...dirs-v2.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4ed5eb029a
commit
975d3232c8
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -344,9 +344,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dirs-next"
|
name = "dirs-next"
|
||||||
version = "1.0.2"
|
version = "2.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if 1.0.0",
|
"cfg-if 1.0.0",
|
||||||
"dirs-sys-next",
|
"dirs-sys-next",
|
||||||
|
@ -30,7 +30,7 @@ tls-vendored = ["native-tls/vendored"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
ansi_term = "0.12.1"
|
ansi_term = "0.12.1"
|
||||||
dirs-next = "1.0.2"
|
dirs-next = "2.0.0"
|
||||||
git2 = { version = "0.13.12", default-features = false }
|
git2 = { version = "0.13.12", default-features = false }
|
||||||
toml = { version = "0.5.7", features = ["preserve_order"] }
|
toml = { version = "0.5.7", features = ["preserve_order"] }
|
||||||
rust-ini = "0.16"
|
rust-ini = "0.16"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user