File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ dependencies = [
315
315
" serde_json" ,
316
316
" sha2" ,
317
317
" tar" ,
318
- " toml 0.5.11 " ,
318
+ " toml 0.7.8 " ,
319
319
" xz2" ,
320
320
]
321
321
@@ -336,7 +336,7 @@ dependencies = [
336
336
" curl" ,
337
337
" indexmap" ,
338
338
" serde" ,
339
- " toml 0.5.11 " ,
339
+ " toml 0.7.8 " ,
340
340
]
341
341
342
342
[[package ]]
@@ -5513,15 +5513,6 @@ version = "0.1.1"
5513
5513
source = " registry+https://github.com/rust-lang/crates.io-index"
5514
5514
checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5515
5515
5516
- [[package ]]
5517
- name = " toml"
5518
- version = " 0.5.11"
5519
- source = " registry+https://github.com/rust-lang/crates.io-index"
5520
- checksum = " f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
5521
- dependencies = [
5522
- " serde" ,
5523
- ]
5524
-
5525
5516
[[package ]]
5526
5517
name = " toml"
5527
5518
version = " 0.7.8"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
- toml = " 0.5 "
7
+ toml = " 0.7 "
8
8
serde = { version = " 1.0" , features = [" derive" ] }
9
9
serde_json = " 1.0"
10
10
anyhow = " 1.0.32"
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ build_helper = { path = "../../build_helper" }
11
11
curl = " 0.4.38"
12
12
indexmap = { version = " 2.0.0" , features = [" serde" ] }
13
13
serde = { version = " 1.0.125" , features = [" derive" ] }
14
- toml = " 0.5. 7"
14
+ toml = " 0.7"
You can’t perform that action at this time.
0 commit comments