File tree 3 files changed +10
-19
lines changed 3 files changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ dependencies = [
185
185
" serde" ,
186
186
" serde_json" ,
187
187
" time" ,
188
- " toml 0.4.10 " ,
188
+ " toml" ,
189
189
]
190
190
191
191
[[package ]]
@@ -202,7 +202,7 @@ name = "build-manifest"
202
202
version = " 0.1.0"
203
203
dependencies = [
204
204
" serde" ,
205
- " toml 0.4.10 " ,
205
+ " toml" ,
206
206
]
207
207
208
208
[[package ]]
@@ -316,7 +316,7 @@ dependencies = [
316
316
" tar" ,
317
317
" tempfile" ,
318
318
" termcolor" ,
319
- " toml 0.5.3 " ,
319
+ " toml" ,
320
320
" unicode-width" ,
321
321
" url 2.1.0" ,
322
322
" walkdir" ,
@@ -442,7 +442,7 @@ dependencies = [
442
442
" semver" ,
443
443
" serde" ,
444
444
" smallvec" ,
445
- " toml 0.5.3 " ,
445
+ " toml" ,
446
446
" unicode-normalization" ,
447
447
" url 2.1.0" ,
448
448
]
@@ -1786,7 +1786,7 @@ dependencies = [
1786
1786
" serde_json" ,
1787
1787
" shlex" ,
1788
1788
" tempfile" ,
1789
- " toml 0.5.3 " ,
1789
+ " toml" ,
1790
1790
" toml-query" ,
1791
1791
]
1792
1792
@@ -2761,7 +2761,7 @@ dependencies = [
2761
2761
" tokio" ,
2762
2762
" tokio-process" ,
2763
2763
" tokio-timer" ,
2764
- " toml 0.5.3 " ,
2764
+ " toml" ,
2765
2765
" url 1.7.2" ,
2766
2766
" walkdir" ,
2767
2767
]
@@ -3591,7 +3591,7 @@ dependencies = [
3591
3591
" serde_json" ,
3592
3592
" structopt" ,
3593
3593
" term 0.6.0" ,
3594
- " toml 0.5.3 " ,
3594
+ " toml" ,
3595
3595
" unicode-segmentation" ,
3596
3596
" unicode-width" ,
3597
3597
" unicode_categories" ,
@@ -4383,15 +4383,6 @@ dependencies = [
4383
4383
" tokio-reactor" ,
4384
4384
]
4385
4385
4386
- [[package ]]
4387
- name = " toml"
4388
- version = " 0.4.10"
4389
- source = " registry+https://github.com/rust-lang/crates.io-index"
4390
- checksum = " 758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
4391
- dependencies = [
4392
- " serde" ,
4393
- ]
4394
-
4395
4386
[[package ]]
4396
4387
name = " toml"
4397
4388
version = " 0.5.3"
@@ -4412,7 +4403,7 @@ dependencies = [
4412
4403
" is-match" ,
4413
4404
" lazy_static 1.3.0" ,
4414
4405
" regex" ,
4415
- " toml 0.5.3 " ,
4406
+ " toml" ,
4416
4407
" toml-query_derive" ,
4417
4408
]
4418
4409
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cc = "1.0.35"
44
44
libc = " 0.2"
45
45
serde = { version = " 1.0.8" , features = [" derive" ] }
46
46
serde_json = " 1.0.2"
47
- toml = " 0.4 "
47
+ toml = " 0.5 "
48
48
lazy_static = " 1.3.0"
49
49
time = " 0.1"
50
50
petgraph = " 0.4.13"
Original file line number Diff line number Diff line change 5
5
edition = " 2018"
6
6
7
7
[dependencies ]
8
- toml = " 0.4 "
8
+ toml = " 0.5 "
9
9
serde = { version = " 1.0" , features = [" derive" ] }
You can’t perform that action at this time.
0 commit comments