File tree 2 files changed +33
-5
lines changed
2 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ dependencies = [
364
364
" tar" ,
365
365
" tempfile" ,
366
366
" termcolor" ,
367
- " toml_edit" ,
367
+ " toml_edit 0.14.3 " ,
368
368
" unicode-width" ,
369
369
" unicode-xid" ,
370
370
" url 2.2.2" ,
@@ -450,7 +450,7 @@ dependencies = [
450
450
" serde_json" ,
451
451
" tar" ,
452
452
" termcolor" ,
453
- " toml_edit" ,
453
+ " toml_edit 0.13.4 " ,
454
454
" url 2.2.2" ,
455
455
]
456
456
@@ -2047,6 +2047,15 @@ dependencies = [
2047
2047
" serde" ,
2048
2048
]
2049
2049
2050
+ [[package ]]
2051
+ name = " kstring"
2052
+ version = " 2.0.0"
2053
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = " ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
2055
+ dependencies = [
2056
+ " static_assertions" ,
2057
+ ]
2058
+
2050
2059
[[package ]]
2051
2060
name = " lazy_static"
2052
2061
version = " 1.4.0"
@@ -3234,7 +3243,7 @@ dependencies = [
3234
3243
" tokio-stream" ,
3235
3244
" tokio-util" ,
3236
3245
" toml" ,
3237
- " toml_edit" ,
3246
+ " toml_edit 0.13.4 " ,
3238
3247
" url 2.2.2" ,
3239
3248
" walkdir" ,
3240
3249
]
@@ -4892,6 +4901,12 @@ dependencies = [
4892
4901
" winapi" ,
4893
4902
]
4894
4903
4904
+ [[package ]]
4905
+ name = " static_assertions"
4906
+ version = " 1.1.0"
4907
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4908
+ checksum = " a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4909
+
4895
4910
[[package ]]
4896
4911
name = " std"
4897
4912
version = " 0.0.0"
@@ -5309,7 +5324,20 @@ dependencies = [
5309
5324
" combine" ,
5310
5325
" indexmap" ,
5311
5326
" itertools" ,
5312
- " kstring" ,
5327
+ " kstring 1.0.6" ,
5328
+ " serde" ,
5329
+ ]
5330
+
5331
+ [[package ]]
5332
+ name = " toml_edit"
5333
+ version = " 0.14.3"
5334
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5335
+ checksum = " ba98375fd631b83696f87c64e4ed8e29e6a1f3404d6aed95fa95163bad38e705"
5336
+ dependencies = [
5337
+ " combine" ,
5338
+ " indexmap" ,
5339
+ " itertools" ,
5340
+ " kstring 2.0.0" ,
5313
5341
" serde" ,
5314
5342
]
5315
5343
You can’t perform that action at this time.
0 commit comments