File tree Expand file tree Collapse file tree 2 files changed +33
-5
lines changed Expand file tree Collapse file tree 2 files changed +33
-5
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ dependencies = [
364364 " tar" ,
365365 " tempfile" ,
366366 " termcolor" ,
367- " toml_edit" ,
367+ " toml_edit 0.14.3 " ,
368368 " unicode-width" ,
369369 " unicode-xid" ,
370370 " url 2.2.2" ,
@@ -450,7 +450,7 @@ dependencies = [
450450 " serde_json" ,
451451 " tar" ,
452452 " termcolor" ,
453- " toml_edit" ,
453+ " toml_edit 0.13.4 " ,
454454 " url 2.2.2" ,
455455]
456456
@@ -2047,6 +2047,15 @@ dependencies = [
20472047 " serde" ,
20482048]
20492049
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+
20502059[[package ]]
20512060name = " lazy_static"
20522061version = " 1.4.0"
@@ -3234,7 +3243,7 @@ dependencies = [
32343243 " tokio-stream" ,
32353244 " tokio-util" ,
32363245 " toml" ,
3237- " toml_edit" ,
3246+ " toml_edit 0.13.4 " ,
32383247 " url 2.2.2" ,
32393248 " walkdir" ,
32403249]
@@ -4892,6 +4901,12 @@ dependencies = [
48924901 " winapi" ,
48934902]
48944903
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+
48954910[[package ]]
48964911name = " std"
48974912version = " 0.0.0"
@@ -5309,7 +5324,20 @@ dependencies = [
53095324 " combine" ,
53105325 " indexmap" ,
53115326 " 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" ,
53135341 " serde" ,
53145342]
53155343
You can’t perform that action at this time.
0 commit comments