Skip to content

Commit 0b6d217

Browse files
author
Jethro Beekman
committed
Update compiler_builtins 0.1.2 -> 0.1.3
1 parent ec19464 commit 0b6d217

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
name = "alloc"
1616
version = "0.0.0"
1717
dependencies = [
18-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
18+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1919
"core 0.0.0",
2020
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
2121
"rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -98,7 +98,7 @@ version = "0.1.27"
9898
source = "registry+https://github.com/rust-lang/crates.io-index"
9999
dependencies = [
100100
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
101-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
101+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
102102
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
103103
"rustc-std-workspace-core 1.0.0",
104104
]
@@ -409,7 +409,7 @@ dependencies = [
409409

410410
[[package]]
411411
name = "compiler_builtins"
412-
version = "0.1.2"
412+
version = "0.1.3"
413413
source = "registry+https://github.com/rust-lang/crates.io-index"
414414
dependencies = [
415415
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -665,7 +665,7 @@ name = "dlmalloc"
665665
version = "0.1.1"
666666
source = "registry+https://github.com/rust-lang/crates.io-index"
667667
dependencies = [
668-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
668+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
669669
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
670670
"rustc-std-workspace-core 1.0.0",
671671
]
@@ -823,7 +823,7 @@ name = "fortanix-sgx-abi"
823823
version = "0.3.2"
824824
source = "registry+https://github.com/rust-lang/crates.io-index"
825825
dependencies = [
826-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
826+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
827827
"rustc-std-workspace-core 1.0.0",
828828
]
829829

@@ -1516,7 +1516,7 @@ dependencies = [
15161516
name = "panic_abort"
15171517
version = "0.0.0"
15181518
dependencies = [
1519-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1519+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
15201520
"core 0.0.0",
15211521
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
15221522
]
@@ -1526,7 +1526,7 @@ name = "panic_unwind"
15261526
version = "0.0.0"
15271527
dependencies = [
15281528
"alloc 0.0.0",
1529-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1529+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
15301530
"core 0.0.0",
15311531
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
15321532
"unwind 0.0.0",
@@ -1679,7 +1679,7 @@ name = "profiler_builtins"
16791679
version = "0.0.0"
16801680
dependencies = [
16811681
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1682-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1682+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
16831683
"core 0.0.0",
16841684
]
16851685

@@ -1810,7 +1810,7 @@ name = "rand_chacha"
18101810
version = "0.1.0"
18111811
source = "registry+https://github.com/rust-lang/crates.io-index"
18121812
dependencies = [
1813-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1813+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18141814
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
18151815
]
18161816

@@ -1832,7 +1832,7 @@ name = "rand_hc"
18321832
version = "0.1.0"
18331833
source = "registry+https://github.com/rust-lang/crates.io-index"
18341834
dependencies = [
1835-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1835+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18361836
]
18371837

18381838
[[package]]
@@ -1857,7 +1857,7 @@ name = "rand_xorshift"
18571857
version = "0.1.0"
18581858
source = "registry+https://github.com/rust-lang/crates.io-index"
18591859
dependencies = [
1860-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1860+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18611861
]
18621862

18631863
[[package]]
@@ -2198,7 +2198,7 @@ name = "rustc-demangle"
21982198
version = "0.1.10"
21992199
source = "registry+https://github.com/rust-lang/crates.io-index"
22002200
dependencies = [
2201-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2201+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
22022202
"rustc-std-workspace-core 1.0.0",
22032203
]
22042204

@@ -2296,7 +2296,7 @@ dependencies = [
22962296
"alloc 0.0.0",
22972297
"build_helper 0.1.0",
22982298
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2299-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2299+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
23002300
"core 0.0.0",
23012301
]
23022302

@@ -2490,7 +2490,7 @@ dependencies = [
24902490
"alloc 0.0.0",
24912491
"build_helper 0.1.0",
24922492
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2493-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2493+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
24942494
"core 0.0.0",
24952495
]
24962496

@@ -2542,7 +2542,7 @@ dependencies = [
25422542
"alloc 0.0.0",
25432543
"build_helper 0.1.0",
25442544
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2545-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2545+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
25462546
"core 0.0.0",
25472547
]
25482548

@@ -2655,7 +2655,7 @@ dependencies = [
26552655
"alloc 0.0.0",
26562656
"build_helper 0.1.0",
26572657
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
2658-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2658+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
26592659
"core 0.0.0",
26602660
]
26612661

@@ -2891,7 +2891,7 @@ dependencies = [
28912891
"alloc 0.0.0",
28922892
"backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
28932893
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
2894-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
2894+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
28952895
"core 0.0.0",
28962896
"dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
28972897
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3232,7 +3232,7 @@ dependencies = [
32323232
name = "unwind"
32333233
version = "0.0.0"
32343234
dependencies = [
3235-
"compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
3235+
"compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
32363236
"core 0.0.0",
32373237
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
32383238
]
@@ -3412,7 +3412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
34123412
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
34133413
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
34143414
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
3415-
"checksum compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ad611263b9f31bdb66e66227d3b781600fd1e68d5deee29b23f5e2ac9cb4892"
3415+
"checksum compiler_builtins 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e066bf05ea052f9891699abcf8c3025256e3f29b50b741441be1e614b10d9c4a"
34163416
"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
34173417
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
34183418
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"

0 commit comments

Comments
 (0)