|
|
|
@ -454,22 +454,23 @@ dependencies = [
@@ -454,22 +454,23 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dirs" |
|
|
|
|
version = "4.0.0" |
|
|
|
|
version = "5.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" |
|
|
|
|
dependencies = [ |
|
|
|
|
"dirs-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dirs-sys" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
version = "0.4.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"option-ext", |
|
|
|
|
"redox_users", |
|
|
|
|
"winapi", |
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1158,6 +1159,12 @@ version = "0.1.5"
@@ -1158,6 +1159,12 @@ version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "option-ext" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "os_pipe" |
|
|
|
|
version = "1.1.4" |
|
|
|
|