Skip to content

Commit 7b28ddc

Browse files
committed
Update Cargo.lock
1 parent cf0454c commit 7b28ddc

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

Cargo.lock

+46-46
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
name = "alloc"
1818
version = "0.0.0"
1919
dependencies = [
20-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
20+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
2121
"core 0.0.0",
2222
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2323
"rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -106,8 +106,8 @@ name = "backtrace-sys"
106106
version = "0.1.27"
107107
source = "registry+https://github.com/rust-lang/crates.io-index"
108108
dependencies = [
109-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
110-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
109+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
110+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
111111
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
112112
"rustc-std-workspace-core 1.0.0",
113113
]
@@ -158,8 +158,8 @@ name = "bootstrap"
158158
version = "0.0.0"
159159
dependencies = [
160160
"build_helper 0.1.0",
161-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
162-
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
161+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
162+
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
163163
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
164164
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
165165
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -318,7 +318,7 @@ version = "0.1.0"
318318

319319
[[package]]
320320
name = "cc"
321-
version = "1.0.28"
321+
version = "1.0.35"
322322
source = "registry+https://github.com/rust-lang/crates.io-index"
323323

324324
[[package]]
@@ -421,10 +421,10 @@ dependencies = [
421421

422422
[[package]]
423423
name = "cmake"
424-
version = "0.1.33"
424+
version = "0.1.38"
425425
source = "registry+https://github.com/rust-lang/crates.io-index"
426426
dependencies = [
427-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
427+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
428428
]
429429

430430
[[package]]
@@ -453,10 +453,10 @@ dependencies = [
453453

454454
[[package]]
455455
name = "compiler_builtins"
456-
version = "0.1.9"
456+
version = "0.1.10"
457457
source = "registry+https://github.com/rust-lang/crates.io-index"
458458
dependencies = [
459-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
459+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
460460
"rustc-std-workspace-core 1.0.0",
461461
]
462462

@@ -661,7 +661,7 @@ name = "curl-sys"
661661
version = "0.4.15"
662662
source = "registry+https://github.com/rust-lang/crates.io-index"
663663
dependencies = [
664-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
664+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
665665
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
666666
"libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
667667
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -739,7 +739,7 @@ name = "dlmalloc"
739739
version = "0.1.3"
740740
source = "registry+https://github.com/rust-lang/crates.io-index"
741741
dependencies = [
742-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
742+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
743743
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
744744
"rustc-std-workspace-core 1.0.0",
745745
]
@@ -905,7 +905,7 @@ name = "fortanix-sgx-abi"
905905
version = "0.3.2"
906906
source = "registry+https://github.com/rust-lang/crates.io-index"
907907
dependencies = [
908-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
908+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
909909
"rustc-std-workspace-core 1.0.0",
910910
]
911911

@@ -1207,7 +1207,7 @@ name = "jemalloc-sys"
12071207
version = "0.3.0"
12081208
source = "registry+https://github.com/rust-lang/crates.io-index"
12091209
dependencies = [
1210-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1210+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
12111211
"fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
12121212
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
12131213
]
@@ -1276,7 +1276,7 @@ name = "libgit2-sys"
12761276
version = "0.7.11"
12771277
source = "registry+https://github.com/rust-lang/crates.io-index"
12781278
dependencies = [
1279-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1279+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
12801280
"curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
12811281
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
12821282
"libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1290,7 +1290,7 @@ name = "libnghttp2-sys"
12901290
version = "0.1.1"
12911291
source = "registry+https://github.com/rust-lang/crates.io-index"
12921292
dependencies = [
1293-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1293+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
12941294
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
12951295
]
12961296

@@ -1299,7 +1299,7 @@ name = "libssh2-sys"
12991299
version = "0.2.11"
13001300
source = "registry+https://github.com/rust-lang/crates.io-index"
13011301
dependencies = [
1302-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1302+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
13031303
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
13041304
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
13051305
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1312,7 +1312,7 @@ name = "libz-sys"
13121312
version = "1.0.25"
13131313
source = "registry+https://github.com/rust-lang/crates.io-index"
13141314
dependencies = [
1315-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1315+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
13161316
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
13171317
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
13181318
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1377,7 +1377,7 @@ name = "lzma-sys"
13771377
version = "0.1.10"
13781378
source = "registry+https://github.com/rust-lang/crates.io-index"
13791379
dependencies = [
1380-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1380+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
13811381
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
13821382
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
13831383
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1511,7 +1511,7 @@ name = "miniz-sys"
15111511
version = "0.1.11"
15121512
source = "registry+https://github.com/rust-lang/crates.io-index"
15131513
dependencies = [
1514-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1514+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
15151515
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
15161516
]
15171517

@@ -1528,7 +1528,7 @@ name = "miniz_oxide_c_api"
15281528
version = "0.2.0"
15291529
source = "registry+https://github.com/rust-lang/crates.io-index"
15301530
dependencies = [
1531-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1531+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
15321532
"crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
15331533
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
15341534
"miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1703,15 +1703,15 @@ name = "openssl-src"
17031703
version = "111.1.0+1.1.1a"
17041704
source = "registry+https://github.com/rust-lang/crates.io-index"
17051705
dependencies = [
1706-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1706+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
17071707
]
17081708

17091709
[[package]]
17101710
name = "openssl-sys"
17111711
version = "0.9.40"
17121712
source = "registry+https://github.com/rust-lang/crates.io-index"
17131713
dependencies = [
1714-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1714+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
17151715
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
17161716
"openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
17171717
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1748,7 +1748,7 @@ dependencies = [
17481748
name = "panic_abort"
17491749
version = "0.0.0"
17501750
dependencies = [
1751-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1751+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
17521752
"core 0.0.0",
17531753
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
17541754
]
@@ -1758,7 +1758,7 @@ name = "panic_unwind"
17581758
version = "0.0.0"
17591759
dependencies = [
17601760
"alloc 0.0.0",
1761-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1761+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
17621762
"core 0.0.0",
17631763
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
17641764
"unwind 0.0.0",
@@ -1942,8 +1942,8 @@ version = "0.0.0"
19421942
name = "profiler_builtins"
19431943
version = "0.0.0"
19441944
dependencies = [
1945-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
1946-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1945+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1946+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
19471947
"core 0.0.0",
19481948
]
19491949

@@ -2458,7 +2458,7 @@ name = "rustc-demangle"
24582458
version = "0.1.10"
24592459
source = "registry+https://github.com/rust-lang/crates.io-index"
24602460
dependencies = [
2461-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2461+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
24622462
"rustc-std-workspace-core 1.0.0",
24632463
]
24642464

@@ -2557,8 +2557,8 @@ version = "0.0.0"
25572557
dependencies = [
25582558
"alloc 0.0.0",
25592559
"build_helper 0.1.0",
2560-
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2561-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2560+
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2561+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
25622562
"core 0.0.0",
25632563
]
25642564

@@ -2580,7 +2580,7 @@ dependencies = [
25802580
name = "rustc_codegen_llvm"
25812581
version = "0.0.0"
25822582
dependencies = [
2583-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2583+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
25842584
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
25852585
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
25862586
"rustc-demangle 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2592,7 +2592,7 @@ name = "rustc_codegen_ssa"
25922592
version = "0.0.0"
25932593
dependencies = [
25942594
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
2595-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2595+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
25962596
"jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
25972597
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
25982598
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2775,7 +2775,7 @@ name = "rustc_llvm"
27752775
version = "0.0.0"
27762776
dependencies = [
27772777
"build_helper 0.1.0",
2778-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
2778+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
27792779
]
27802780

27812781
[[package]]
@@ -2784,8 +2784,8 @@ version = "0.0.0"
27842784
dependencies = [
27852785
"alloc 0.0.0",
27862786
"build_helper 0.1.0",
2787-
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2788-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2787+
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2788+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
27892789
"core 0.0.0",
27902790
]
27912791

@@ -2846,8 +2846,8 @@ version = "0.0.0"
28462846
dependencies = [
28472847
"alloc 0.0.0",
28482848
"build_helper 0.1.0",
2849-
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2850-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2849+
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2850+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
28512851
"core 0.0.0",
28522852
]
28532853

@@ -2962,8 +2962,8 @@ version = "0.0.0"
29622962
dependencies = [
29632963
"alloc 0.0.0",
29642964
"build_helper 0.1.0",
2965-
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2966-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
2965+
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2966+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
29672967
"core 0.0.0",
29682968
]
29692969

@@ -3229,8 +3229,8 @@ version = "0.0.0"
32293229
dependencies = [
32303230
"alloc 0.0.0",
32313231
"backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
3232-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
3233-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
3232+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
3233+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
32343234
"core 0.0.0",
32353235
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
32363236
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3808,8 +3808,8 @@ dependencies = [
38083808
name = "unwind"
38093809
version = "0.0.0"
38103810
dependencies = [
3811-
"cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
3812-
"compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
3811+
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
3812+
"compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
38133813
"core 0.0.0",
38143814
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
38153815
]
@@ -3994,18 +3994,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
39943994
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
39953995
"checksum cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d8dfe3adeb30f7938e6c1dd5327f29235d8ada3e898aeb08c343005ec2915a2"
39963996
"checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720"
3997-
"checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749"
3997+
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
39983998
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
39993999
"checksum chalk-engine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17ec698a6f053a23bfbe646d9f2fde4b02abc19125595270a99e6f44ae0bdd1a"
40004000
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
40014001
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
40024002
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
40034003
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
4004-
"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
4004+
"checksum cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "96210eec534fc3fbfc0452a63769424eaa80205fda6cea98e5b61cb3d97bcec8"
40054005
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
40064006
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
40074007
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4008-
"checksum compiler_builtins 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d7de11892d9f9f1bc76d43011c8233d27d58300d629dc9dfb51b6626ef7f6077"
4008+
"checksum compiler_builtins 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4ada53ac629568219809178f988ca2aac9889e9a847379588c097d30ce185145"
40094009
"checksum compiletest_rs 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)" = "17a60483b7d4d1534db7b77458a03d5d8a93a707432a04978dfe87ea43bb61b1"
40104010
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
40114011
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"

0 commit comments

Comments
 (0)