File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1526,11 +1526,11 @@ dependencies = [
1526
1526
1527
1527
[[package ]]
1528
1528
name = " getrandom"
1529
- version = " 0.1.14 "
1529
+ version = " 0.1.16 "
1530
1530
source = " registry+https://github.com/rust-lang/crates.io-index"
1531
- checksum = " 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb "
1531
+ checksum = " 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce "
1532
1532
dependencies = [
1533
- " cfg-if 0.1.10 " ,
1533
+ " cfg-if 1.0.0 " ,
1534
1534
" libc" ,
1535
1535
" wasi 0.9.0+wasi-snapshot-preview1" ,
1536
1536
]
@@ -2478,7 +2478,7 @@ name = "panic_abort"
2478
2478
version = " 0.0.0"
2479
2479
dependencies = [
2480
2480
" alloc" ,
2481
- " cfg-if 0.1.10 " ,
2481
+ " cfg-if 1.0.0 " ,
2482
2482
" compiler_builtins" ,
2483
2483
" core" ,
2484
2484
" libc" ,
@@ -2489,7 +2489,7 @@ name = "panic_unwind"
2489
2489
version = " 0.0.0"
2490
2490
dependencies = [
2491
2491
" alloc" ,
2492
- " cfg-if 0.1.10 " ,
2492
+ " cfg-if 1.0.0 " ,
2493
2493
" compiler_builtins" ,
2494
2494
" core" ,
2495
2495
" libc" ,
@@ -2817,7 +2817,7 @@ version = "0.7.3"
2817
2817
source = " registry+https://github.com/rust-lang/crates.io-index"
2818
2818
checksum = " 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2819
2819
dependencies = [
2820
- " getrandom 0.1.14 " ,
2820
+ " getrandom 0.1.16 " ,
2821
2821
" libc" ,
2822
2822
" rand_chacha 0.2.2" ,
2823
2823
" rand_core 0.5.1" ,
@@ -2861,7 +2861,7 @@ version = "0.5.1"
2861
2861
source = " registry+https://github.com/rust-lang/crates.io-index"
2862
2862
checksum = " 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2863
2863
dependencies = [
2864
- " getrandom 0.1.14 " ,
2864
+ " getrandom 0.1.16 " ,
2865
2865
]
2866
2866
2867
2867
[[package ]]
@@ -5357,7 +5357,7 @@ name = "unwind"
5357
5357
version = " 0.0.0"
5358
5358
dependencies = [
5359
5359
" cc" ,
5360
- " cfg-if 0.1.10 " ,
5360
+ " cfg-if 1.0.0 " ,
5361
5361
" compiler_builtins" ,
5362
5362
" core" ,
5363
5363
" libc" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ doc = false
13
13
14
14
[dependencies ]
15
15
alloc = { path = " ../alloc" }
16
- cfg-if = { version = " 0.1.8 " , features = [' rustc-dep-of-std' ] }
16
+ cfg-if = { version = " 1.0 " , features = [' rustc-dep-of-std' ] }
17
17
core = { path = " ../core" }
18
18
libc = { version = " 0.2" , default-features = false }
19
19
compiler_builtins = " 0.1.0"
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ core = { path = "../core" }
17
17
libc = { version = " 0.2" , default-features = false }
18
18
unwind = { path = " ../unwind" }
19
19
compiler_builtins = " 0.1.0"
20
- cfg-if = " 0.1.8 "
20
+ cfg-if = " 1.0 "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ doc = false
17
17
core = { path = " ../core" }
18
18
libc = { version = " 0.2.79" , features = [' rustc-dep-of-std' ], default-features = false }
19
19
compiler_builtins = " 0.1.0"
20
- cfg-if = " 0.1.8 "
20
+ cfg-if = " 1.0 "
21
21
22
22
[build-dependencies ]
23
23
cc = " 1.0.69"
You can’t perform that action at this time.
0 commit comments