Skip to content

Commit af8048b

Browse files
committed
Update cargo
1 parent 8cdb3cd commit af8048b

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

Cargo.lock

+34-2
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ dependencies = [
379379
"tar",
380380
"tempfile",
381381
"termcolor",
382-
"toml",
382+
"toml_edit",
383383
"unicode-width",
384384
"unicode-xid",
385385
"url 2.2.2",
@@ -465,7 +465,7 @@ dependencies = [
465465
"serde_json",
466466
"tar",
467467
"termcolor",
468-
"toml",
468+
"toml_edit",
469469
"url 2.2.2",
470470
]
471471

@@ -731,6 +731,16 @@ dependencies = [
731731
"winapi",
732732
]
733733

734+
[[package]]
735+
name = "combine"
736+
version = "4.6.3"
737+
source = "registry+https://github.com/rust-lang/crates.io-index"
738+
checksum = "50b727aacc797f9fc28e355d21f34709ac4fc9adecfe470ad07b8f4464f53062"
739+
dependencies = [
740+
"bytes",
741+
"memchr",
742+
]
743+
734744
[[package]]
735745
name = "commoncrypto"
736746
version = "0.2.0"
@@ -1953,6 +1963,15 @@ dependencies = [
19531963
"unicase",
19541964
]
19551965

1966+
[[package]]
1967+
name = "kstring"
1968+
version = "1.0.6"
1969+
source = "registry+https://github.com/rust-lang/crates.io-index"
1970+
checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
1971+
dependencies = [
1972+
"serde",
1973+
]
1974+
19561975
[[package]]
19571976
name = "lazy_static"
19581977
version = "1.4.0"
@@ -5223,6 +5242,19 @@ dependencies = [
52235242
"serde",
52245243
]
52255244

5245+
[[package]]
5246+
name = "toml_edit"
5247+
version = "0.13.0"
5248+
source = "registry+https://github.com/rust-lang/crates.io-index"
5249+
checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8"
5250+
dependencies = [
5251+
"combine",
5252+
"indexmap",
5253+
"itertools 0.10.1",
5254+
"kstring",
5255+
"serde",
5256+
]
5257+
52265258
[[package]]
52275259
name = "topological-sort"
52285260
version = "0.1.0"

src/tools/cargo

Submodule cargo updated 49 files

0 commit comments

Comments
 (0)