File tree Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Expand file tree Collapse file tree 2 files changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -1141,16 +1141,6 @@ dependencies = [
11411141 " dirs-sys 0.4.1" ,
11421142]
11431143
1144- [[package ]]
1145- name = " dirs-next"
1146- version = " 2.0.0"
1147- source = " registry+https://github.com/rust-lang/crates.io-index"
1148- checksum = " b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1149- dependencies = [
1150- " cfg-if" ,
1151- " dirs-sys-next" ,
1152- ]
1153-
11541144[[package ]]
11551145name = " dirs-sys"
11561146version = " 0.4.1"
@@ -1175,17 +1165,6 @@ dependencies = [
11751165 " windows-sys 0.60.2" ,
11761166]
11771167
1178- [[package ]]
1179- name = " dirs-sys-next"
1180- version = " 0.1.2"
1181- source = " registry+https://github.com/rust-lang/crates.io-index"
1182- checksum = " 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1183- dependencies = [
1184- " libc" ,
1185- " redox_users 0.4.6" ,
1186- " winapi" ,
1187- ]
1188-
11891168[[package ]]
11901169name = " displaydoc"
11911170version = " 0.2.5"
@@ -5341,13 +5320,11 @@ dependencies = [
53415320
53425321[[package ]]
53435322name = " term"
5344- version = " 0.7 .0"
5323+ version = " 1.1 .0"
53455324source = " registry+https://github.com/rust-lang/crates.io-index"
5346- checksum = " c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f "
5325+ checksum = " a43bddab41f8626c7bdaab872bbba75f8df5847b516d77c569c746e2ae5eb746 "
53475326dependencies = [
5348- " dirs-next" ,
5349- " rustversion" ,
5350- " winapi" ,
5327+ " windows-sys 0.60.2" ,
53515328]
53525329
53535330[[package ]]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ itertools = "0.12"
4747regex = " 1.7"
4848serde = { version = " 1.0.160" , features = [" derive" ] }
4949serde_json = " 1.0"
50- term = " 0.7 "
50+ term = " 1.1 "
5151thiserror = " 1.0.40"
5252toml = " 0.7.4"
5353tracing = { version = " 0.1.37" , default-features = false , features = [" std" ] }
You can’t perform that action at this time.
0 commit comments