@@ -83,9 +83,9 @@ dependencies = [
83
83
84
84
[[package ]]
85
85
name = " anyhow"
86
- version = " 1.0.80 "
86
+ version = " 1.0.81 "
87
87
source = " registry+https://github.com/rust-lang/crates.io-index"
88
- checksum = " 5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1 "
88
+ checksum = " 0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247 "
89
89
90
90
[[package ]]
91
91
name = " autocfg"
@@ -169,9 +169,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
169
169
170
170
[[package ]]
171
171
name = " clap"
172
- version = " 4.5.2 "
172
+ version = " 4.5.3 "
173
173
source = " registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = " b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651 "
174
+ checksum = " 949626d00e063efc93b6dca932419ceb5432f99769911c0b995f7e884c778813 "
175
175
dependencies = [
176
176
" clap_builder" ,
177
177
" clap_derive" ,
@@ -191,14 +191,14 @@ dependencies = [
191
191
192
192
[[package ]]
193
193
name = " clap_derive"
194
- version = " 4.5.0 "
194
+ version = " 4.5.3 "
195
195
source = " registry+https://github.com/rust-lang/crates.io-index"
196
- checksum = " 307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47 "
196
+ checksum = " 90239a040c80f5e14809ca132ddc4176ab33d5e17e49691793296e3fcb34d72f "
197
197
dependencies = [
198
- " heck" ,
198
+ " heck 0.5.0 " ,
199
199
" proc-macro2" ,
200
200
" quote" ,
201
- " syn 2.0.52 " ,
201
+ " syn 2.0.53 " ,
202
202
]
203
203
204
204
[[package ]]
@@ -392,6 +392,12 @@ version = "0.4.1"
392
392
source = " registry+https://github.com/rust-lang/crates.io-index"
393
393
checksum = " 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
394
394
395
+ [[package ]]
396
+ name = " heck"
397
+ version = " 0.5.0"
398
+ source = " registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = " 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
400
+
395
401
[[package ]]
396
402
name = " home"
397
403
version = " 0.5.9"
@@ -498,7 +504,7 @@ dependencies = [
498
504
" proc-macro-error" ,
499
505
" proc-macro2" ,
500
506
" quote" ,
501
- " syn 2.0.52 " ,
507
+ " syn 2.0.53 " ,
502
508
]
503
509
504
510
[[package ]]
@@ -670,12 +676,12 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
670
676
671
677
[[package ]]
672
678
name = " os_info"
673
- version = " 3.7.0 "
679
+ version = " 3.8.1 "
674
680
source = " registry+https://github.com/rust-lang/crates.io-index"
675
- checksum = " 006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e "
681
+ checksum = " 6cbb46d5d01695d7a1fb8be5f0d1968bd2b2b8ba1d1b3e7062ce2a0593e57af1 "
676
682
dependencies = [
677
683
" log" ,
678
- " winapi " ,
684
+ " windows-sys " ,
679
685
]
680
686
681
687
[[package ]]
@@ -751,9 +757,9 @@ dependencies = [
751
757
752
758
[[package ]]
753
759
name = " proc-macro2"
754
- version = " 1.0.78 "
760
+ version = " 1.0.79 "
755
761
source = " registry+https://github.com/rust-lang/crates.io-index"
756
- checksum = " e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae "
762
+ checksum = " e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e "
757
763
dependencies = [
758
764
" unicode-ident" ,
759
765
]
@@ -966,7 +972,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
966
972
dependencies = [
967
973
" proc-macro2" ,
968
974
" quote" ,
969
- " syn 2.0.52 " ,
975
+ " syn 2.0.53 " ,
970
976
]
971
977
972
978
[[package ]]
@@ -1000,9 +1006,9 @@ dependencies = [
1000
1006
1001
1007
[[package ]]
1002
1008
name = " serde_yaml"
1003
- version = " 0.9.32 "
1009
+ version = " 0.9.33 "
1004
1010
source = " registry+https://github.com/rust-lang/crates.io-index"
1005
- checksum = " 8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f "
1011
+ checksum = " a0623d197252096520c6f2a5e1171ee436e5af99a5d7caa2891e55e61950e6d9 "
1006
1012
dependencies = [
1007
1013
" indexmap" ,
1008
1014
" itoa" ,
@@ -1074,11 +1080,11 @@ version = "0.25.3"
1074
1080
source = " registry+https://github.com/rust-lang/crates.io-index"
1075
1081
checksum = " 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
1076
1082
dependencies = [
1077
- " heck" ,
1083
+ " heck 0.4.1 " ,
1078
1084
" proc-macro2" ,
1079
1085
" quote" ,
1080
1086
" rustversion" ,
1081
- " syn 2.0.52 " ,
1087
+ " syn 2.0.53 " ,
1082
1088
]
1083
1089
1084
1090
[[package ]]
@@ -1087,11 +1093,11 @@ version = "0.26.2"
1087
1093
source = " registry+https://github.com/rust-lang/crates.io-index"
1088
1094
checksum = " c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
1089
1095
dependencies = [
1090
- " heck" ,
1096
+ " heck 0.4.1 " ,
1091
1097
" proc-macro2" ,
1092
1098
" quote" ,
1093
1099
" rustversion" ,
1094
- " syn 2.0.52 " ,
1100
+ " syn 2.0.53 " ,
1095
1101
]
1096
1102
1097
1103
[[package ]]
@@ -1106,9 +1112,9 @@ dependencies = [
1106
1112
1107
1113
[[package ]]
1108
1114
name = " syn"
1109
- version = " 2.0.52 "
1115
+ version = " 2.0.53 "
1110
1116
source = " registry+https://github.com/rust-lang/crates.io-index"
1111
- checksum = " b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 "
1117
+ checksum = " 7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032 "
1112
1118
dependencies = [
1113
1119
" proc-macro2" ,
1114
1120
" quote" ,
@@ -1129,22 +1135,22 @@ dependencies = [
1129
1135
1130
1136
[[package ]]
1131
1137
name = " thiserror"
1132
- version = " 1.0.57 "
1138
+ version = " 1.0.58 "
1133
1139
source = " registry+https://github.com/rust-lang/crates.io-index"
1134
- checksum = " 1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b "
1140
+ checksum = " 03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297 "
1135
1141
dependencies = [
1136
1142
" thiserror-impl" ,
1137
1143
]
1138
1144
1139
1145
[[package ]]
1140
1146
name = " thiserror-impl"
1141
- version = " 1.0.57 "
1147
+ version = " 1.0.58 "
1142
1148
source = " registry+https://github.com/rust-lang/crates.io-index"
1143
- checksum = " a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81 "
1149
+ checksum = " c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7 "
1144
1150
dependencies = [
1145
1151
" proc-macro2" ,
1146
1152
" quote" ,
1147
- " syn 2.0.52 " ,
1153
+ " syn 2.0.53 " ,
1148
1154
]
1149
1155
1150
1156
[[package ]]
@@ -1210,7 +1216,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
1210
1216
dependencies = [
1211
1217
" proc-macro2" ,
1212
1218
" quote" ,
1213
- " syn 2.0.52 " ,
1219
+ " syn 2.0.53 " ,
1214
1220
]
1215
1221
1216
1222
[[package ]]
@@ -1289,9 +1295,9 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1289
1295
1290
1296
[[package ]]
1291
1297
name = " unsafe-libyaml"
1292
- version = " 0.2.10 "
1298
+ version = " 0.2.11 "
1293
1299
source = " registry+https://github.com/rust-lang/crates.io-index"
1294
- checksum = " ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b "
1300
+ checksum = " 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 "
1295
1301
1296
1302
[[package ]]
1297
1303
name = " utf8parse"
@@ -1529,5 +1535,5 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
1529
1535
dependencies = [
1530
1536
" proc-macro2" ,
1531
1537
" quote" ,
1532
- " syn 2.0.52 " ,
1538
+ " syn 2.0.53 " ,
1533
1539
]
0 commit comments