File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -1129,16 +1129,16 @@ version = "6.0.0"
1129
1129
source = " registry+https://github.com/rust-lang/crates.io-index"
1130
1130
checksum = " 16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d"
1131
1131
dependencies = [
1132
- " dirs-sys 0.5.0 " ,
1132
+ " dirs-sys" ,
1133
1133
]
1134
1134
1135
1135
[[package ]]
1136
1136
name = " dirs"
1137
- version = " 5 .0.1 "
1137
+ version = " 6 .0.0 "
1138
1138
source = " registry+https://github.com/rust-lang/crates.io-index"
1139
- checksum = " 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 "
1139
+ checksum = " c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e "
1140
1140
dependencies = [
1141
- " dirs-sys 0.4.1 " ,
1141
+ " dirs-sys" ,
1142
1142
]
1143
1143
1144
1144
[[package ]]
@@ -1151,18 +1151,6 @@ dependencies = [
1151
1151
" dirs-sys-next" ,
1152
1152
]
1153
1153
1154
- [[package ]]
1155
- name = " dirs-sys"
1156
- version = " 0.4.1"
1157
- source = " registry+https://github.com/rust-lang/crates.io-index"
1158
- checksum = " 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
1159
- dependencies = [
1160
- " libc" ,
1161
- " option-ext" ,
1162
- " redox_users 0.4.6" ,
1163
- " windows-sys 0.48.0" ,
1164
- ]
1165
-
1166
1154
[[package ]]
1167
1155
name = " dirs-sys"
1168
1156
version = " 0.5.0"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cargo_metadata = "0.18"
40
40
clap = { version = " 4.4.2" , features = [" derive" ] }
41
41
clap-cargo = " 0.12.0"
42
42
diff = " 0.1"
43
- dirs = " 5 .0"
43
+ dirs = " 6 .0"
44
44
getopts = " 0.2"
45
45
ignore = " 0.4"
46
46
itertools = " 0.12"
You can’t perform that action at this time.
0 commit comments