Skip to content

Commit e21d56a

Browse files
Update std to backtrace 0.3.68
1 parent b23a5ad commit e21d56a

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

@@ -1179,7 +1179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11791179
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
11801180
dependencies = [
11811181
"crc32fast",
1182-
"miniz_oxide",
1182+
"miniz_oxide 0.6.2",
11831183
]
11841184

11851185
[[package]]
@@ -2149,6 +2149,15 @@ name = "miniz_oxide"
21492149
version = "0.6.2"
21502150
source = "registry+https://github.com/rust-lang/crates.io-index"
21512151
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2152+
dependencies = [
2153+
"adler",
2154+
]
2155+
2156+
[[package]]
2157+
name = "miniz_oxide"
2158+
version = "0.7.1"
2159+
source = "registry+https://github.com/rust-lang/crates.io-index"
2160+
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
21522161
dependencies = [
21532162
"adler",
21542163
"compiler_builtins",
@@ -2260,29 +2269,20 @@ dependencies = [
22602269
"libc",
22612270
]
22622271

2263-
[[package]]
2264-
name = "object"
2265-
version = "0.30.1"
2266-
source = "registry+https://github.com/rust-lang/crates.io-index"
2267-
checksum = "8d864c91689fdc196779b98dba0aceac6118594c2df6ee5d943eb6a8df4d107a"
2268-
dependencies = [
2269-
"compiler_builtins",
2270-
"memchr",
2271-
"rustc-std-workspace-alloc",
2272-
"rustc-std-workspace-core",
2273-
]
2274-
22752272
[[package]]
22762273
name = "object"
22772274
version = "0.31.1"
22782275
source = "registry+https://github.com/rust-lang/crates.io-index"
22792276
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
22802277
dependencies = [
2278+
"compiler_builtins",
22812279
"crc32fast",
22822280
"flate2",
22832281
"hashbrown 0.13.1",
22842282
"indexmap",
22852283
"memchr",
2284+
"rustc-std-workspace-alloc",
2285+
"rustc-std-workspace-core",
22862286
"ruzstd",
22872287
]
22882288

@@ -3104,7 +3104,7 @@ dependencies = [
31043104
"bitflags",
31053105
"libc",
31063106
"measureme",
3107-
"object 0.31.1",
3107+
"object",
31083108
"rustc-demangle",
31093109
"rustc_ast",
31103110
"rustc_attr",
@@ -3140,7 +3140,7 @@ dependencies = [
31403140
"itertools",
31413141
"jobserver",
31423142
"libc",
3143-
"object 0.31.1",
3143+
"object",
31443144
"pathdiff",
31453145
"regex",
31463146
"rustc_arena",
@@ -4559,8 +4559,8 @@ dependencies = [
45594559
"hashbrown 0.14.0",
45604560
"hermit-abi 0.3.0",
45614561
"libc",
4562-
"miniz_oxide",
4563-
"object 0.30.1",
4562+
"miniz_oxide 0.7.1",
4563+
"object",
45644564
"panic_abort",
45654565
"panic_unwind",
45664566
"profiler_builtins",
@@ -4831,7 +4831,7 @@ checksum = "98c040e1340b889d4180c64e1d787efa9c32cb1617757e101480b61238b0d927"
48314831
dependencies = [
48324832
"gimli 0.26.2",
48334833
"hashbrown 0.12.3",
4834-
"object 0.31.1",
4834+
"object",
48354835
"tracing",
48364836
]
48374837

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)