Skip to content

Commit a318483

Browse files
committed
Update compiler_builtins
1 parent 8b36867 commit a318483

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

+19-19
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
name = "alloc"
2626
version = "0.0.0"
2727
dependencies = [
28-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
28+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2929
"core 0.0.0",
3030
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
3131
"rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -118,7 +118,7 @@ dependencies = [
118118
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
119119
"backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
120120
"cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
121-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
121+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
122122
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
123123
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
124124
"rustc-std-workspace-core 1.0.0",
@@ -130,7 +130,7 @@ version = "0.1.27"
130130
source = "registry+https://github.com/rust-lang/crates.io-index"
131131
dependencies = [
132132
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
133-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
133+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
134134
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
135135
"rustc-std-workspace-core 1.0.0",
136136
]
@@ -357,7 +357,7 @@ name = "cfg-if"
357357
version = "0.1.8"
358358
source = "registry+https://github.com/rust-lang/crates.io-index"
359359
dependencies = [
360-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
360+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
361361
"rustc-std-workspace-core 1.0.0",
362362
]
363363

@@ -486,7 +486,7 @@ dependencies = [
486486

487487
[[package]]
488488
name = "compiler_builtins"
489-
version = "0.1.15"
489+
version = "0.1.16"
490490
source = "registry+https://github.com/rust-lang/crates.io-index"
491491
dependencies = [
492492
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -768,7 +768,7 @@ name = "dlmalloc"
768768
version = "0.1.3"
769769
source = "registry+https://github.com/rust-lang/crates.io-index"
770770
dependencies = [
771-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
771+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
772772
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
773773
"rustc-std-workspace-core 1.0.0",
774774
]
@@ -934,7 +934,7 @@ name = "fortanix-sgx-abi"
934934
version = "0.3.2"
935935
source = "registry+https://github.com/rust-lang/crates.io-index"
936936
dependencies = [
937-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
937+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
938938
"rustc-std-workspace-core 1.0.0",
939939
]
940940

@@ -1095,7 +1095,7 @@ name = "hashbrown"
10951095
version = "0.4.0"
10961096
source = "registry+https://github.com/rust-lang/crates.io-index"
10971097
dependencies = [
1098-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1098+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
10991099
"rustc-std-workspace-alloc 1.0.0",
11001100
"rustc-std-workspace-core 1.0.0",
11011101
]
@@ -1803,7 +1803,7 @@ dependencies = [
18031803
name = "panic_abort"
18041804
version = "0.0.0"
18051805
dependencies = [
1806-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1806+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
18071807
"core 0.0.0",
18081808
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
18091809
]
@@ -1813,7 +1813,7 @@ name = "panic_unwind"
18131813
version = "0.0.0"
18141814
dependencies = [
18151815
"alloc 0.0.0",
1816-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1816+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
18171817
"core 0.0.0",
18181818
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
18191819
"unwind 0.0.0",
@@ -1998,7 +1998,7 @@ name = "profiler_builtins"
19981998
version = "0.0.0"
19991999
dependencies = [
20002000
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
2001-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2001+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
20022002
"core 0.0.0",
20032003
]
20042004

@@ -2518,7 +2518,7 @@ name = "rustc-demangle"
25182518
version = "0.1.15"
25192519
source = "registry+https://github.com/rust-lang/crates.io-index"
25202520
dependencies = [
2521-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2521+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
25222522
"rustc-std-workspace-core 1.0.0",
25232523
]
25242524

@@ -2646,7 +2646,7 @@ dependencies = [
26462646
"alloc 0.0.0",
26472647
"build_helper 0.1.0",
26482648
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2649-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2649+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
26502650
"core 0.0.0",
26512651
]
26522652

@@ -2878,7 +2878,7 @@ dependencies = [
28782878
"alloc 0.0.0",
28792879
"build_helper 0.1.0",
28802880
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2881-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2881+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
28822882
"core 0.0.0",
28832883
]
28842884

@@ -2941,7 +2941,7 @@ dependencies = [
29412941
"alloc 0.0.0",
29422942
"build_helper 0.1.0",
29432943
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
2944-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
2944+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
29452945
"core 0.0.0",
29462946
]
29472947

@@ -3060,7 +3060,7 @@ dependencies = [
30603060
"alloc 0.0.0",
30613061
"build_helper 0.1.0",
30623062
"cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
3063-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
3063+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
30643064
"core 0.0.0",
30653065
]
30663066

@@ -3338,7 +3338,7 @@ dependencies = [
33383338
"alloc 0.0.0",
33393339
"backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)",
33403340
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
3341-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
3341+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
33423342
"core 0.0.0",
33433343
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
33443344
"fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3936,7 +3936,7 @@ name = "unwind"
39363936
version = "0.0.0"
39373937
dependencies = [
39383938
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
3939-
"compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
3939+
"compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
39403940
"core 0.0.0",
39413941
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
39423942
]
@@ -4149,7 +4149,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41494149
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
41504150
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
41514151
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4152-
"checksum compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "e899b947d7e71c3d35c0b6194d64025b84946640510e215090c815b20828964e"
4152+
"checksum compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e79ed19793c99771b386d76e08c3419409bb3d418b81a8b8afc73524247461cf"
41534153
"checksum compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "f40ecc9332b68270998995c00f8051ee856121764a0d3230e64c9efd059d27b6"
41544154
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
41554155
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"

src/libstd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ panic_unwind = { path = "../libpanic_unwind", optional = true }
1919
panic_abort = { path = "../libpanic_abort" }
2020
core = { path = "../libcore" }
2121
libc = { version = "0.2.51", default-features = false, features = ['rustc-dep-of-std'] }
22-
compiler_builtins = { version = "0.1.15" }
22+
compiler_builtins = { version = "0.1.16" }
2323
profiler_builtins = { path = "../libprofiler_builtins", optional = true }
2424
unwind = { path = "../libunwind" }
2525
hashbrown = { version = "0.4.0", features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)