Skip to content

Commit 97430fe

Browse files
Update std to backtrace 0.3.68
1 parent 32d81ec commit 97430fe

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

Cargo.lock

+25-25
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = 3
44

55
[[package]]
66
name = "addr2line"
7-
version = "0.19.0"
7+
version = "0.20.0"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
9+
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
1010
dependencies = [
1111
"compiler_builtins",
1212
"gimli 0.27.2",
@@ -164,7 +164,7 @@ version = "0.1.4"
164164
source = "registry+https://github.com/rust-lang/crates.io-index"
165165
checksum = "74cfb39880a59e122232cb5fb06b20b4382d58c12fa9747d16f846d38a7b094c"
166166
dependencies = [
167-
"object 0.31.1",
167+
"object",
168168
]
169169

170170
[[package]]
@@ -230,16 +230,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
230230

231231
[[package]]
232232
name = "backtrace"
233-
version = "0.3.67"
233+
version = "0.3.68"
234234
source = "registry+https://github.com/rust-lang/crates.io-index"
235-
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
235+
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
236236
dependencies = [
237237
"addr2line",
238238
"cc",
239239
"cfg-if",
240240
"libc",
241-
"miniz_oxide",
242-
"object 0.30.1",
241+
"miniz_oxide 0.7.1",
242+
"object",
243243
"rustc-demangle",
244244
]
245245

@@ -1164,7 +1164,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11641164
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
11651165
dependencies = [
11661166
"crc32fast",
1167-
"miniz_oxide",
1167+
"miniz_oxide 0.6.2",
11681168
]
11691169

11701170
[[package]]
@@ -2134,6 +2134,15 @@ name = "miniz_oxide"
21342134
version = "0.6.2"
21352135
source = "registry+https://github.com/rust-lang/crates.io-index"
21362136
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2137+
dependencies = [
2138+
"adler",
2139+
]
2140+
2141+
[[package]]
2142+
name = "miniz_oxide"
2143+
version = "0.7.1"
2144+
source = "registry+https://github.com/rust-lang/crates.io-index"
2145+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
21372146
dependencies = [
21382147
"adler",
21392148
"compiler_builtins",
@@ -2236,29 +2245,20 @@ dependencies = [
22362245
"libc",
22372246
]
22382247

2239-
[[package]]
2240-
name = "object"
2241-
version = "0.30.1"
2242-
source = "registry+https://github.com/rust-lang/crates.io-index"
2243-
checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2244-
dependencies = [
2245-
"compiler_builtins",
2246-
"memchr",
2247-
"rustc-std-workspace-alloc",
2248-
"rustc-std-workspace-core",
2249-
]
2250-
22512248
[[package]]
22522249
name = "object"
22532250
version = "0.31.1"
22542251
source = "registry+https://github.com/rust-lang/crates.io-index"
22552252
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
22562253
dependencies = [
2254+
"compiler_builtins",
22572255
"crc32fast",
22582256
"flate2",
22592257
"hashbrown 0.13.1",
22602258
"indexmap",
22612259
"memchr",
2260+
"rustc-std-workspace-alloc",
2261+
"rustc-std-workspace-core",
22622262
"ruzstd",
22632263
]
22642264

@@ -3080,7 +3080,7 @@ dependencies = [
30803080
"bitflags",
30813081
"libc",
30823082
"measureme",
3083-
"object 0.31.1",
3083+
"object",
30843084
"rustc-demangle",
30853085
"rustc_ast",
30863086
"rustc_attr",
@@ -3116,7 +3116,7 @@ dependencies = [
31163116
"itertools",
31173117
"jobserver",
31183118
"libc",
3119-
"object 0.31.1",
3119+
"object",
31203120
"pathdiff",
31213121
"regex",
31223122
"rustc_arena",
@@ -4540,8 +4540,8 @@ dependencies = [
45404540
"hashbrown 0.14.0",
45414541
"hermit-abi 0.3.0",
45424542
"libc",
4543-
"miniz_oxide",
4544-
"object 0.30.1",
4543+
"miniz_oxide 0.7.1",
4544+
"object",
45454545
"panic_abort",
45464546
"panic_unwind",
45474547
"profiler_builtins",
@@ -4812,7 +4812,7 @@ checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927"
48124812
dependencies = [
48134813
"gimli 0.26.2",
48144814
"hashbrown 0.12.3",
4815-
"object 0.31.1",
4815+
"object",
48164816
"tracing",
48174817
]
48184818

library/std/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ hashbrown = { version = "0.14", default-features = false, features = ['rustc-dep
2525
std_detect = { path = "../stdarch/crates/std_detect", default-features = false, features = ['rustc-dep-of-std'] }
2626

2727
# Dependencies of the `backtrace` crate
28-
addr2line = { version = "0.19.0", optional = true, default-features = false }
28+
addr2line = { version = "0.20.0", optional = true, default-features = false }
2929
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
30-
miniz_oxide = { version = "0.6.0", optional = true, default-features = false, public = false }
30+
miniz_oxide = { version = "0.7.0", optional = true, default-features = false, public = false }
3131
[dependencies.object]
32-
version = "0.30.0"
32+
version = "0.31.1"
3333
optional = true
3434
default-features = false
3535
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

0 commit comments

Comments
 (0)