Skip to content

Commit 73c9eaf

Browse files
committed
2 parents d69c33a + cf83a1d commit 73c9eaf

File tree

2 files changed

+28
-54
lines changed

2 files changed

+28
-54
lines changed

Cargo.lock

+25-51
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,31 @@ version = 3
44

55
[[package]]
66
name = "addr2line"
7-
version = "0.16.0"
7+
version = "0.17.0"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
9+
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
1010
dependencies = [
1111
"compiler_builtins",
12-
"gimli 0.25.0",
12+
"gimli",
1313
"rustc-std-workspace-alloc",
1414
"rustc-std-workspace-core",
1515
]
1616

17-
[[package]]
18-
name = "addr2line"
19-
version = "0.17.0"
20-
source = "registry+https://github.com/rust-lang/crates.io-index"
21-
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
22-
dependencies = [
23-
"gimli 0.26.1",
24-
]
25-
2617
[[package]]
2718
name = "adler"
2819
version = "0.2.3"
2920
source = "registry+https://github.com/rust-lang/crates.io-index"
3021
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
31-
dependencies = [
32-
"compiler_builtins",
33-
"rustc-std-workspace-core",
34-
]
3522

3623
[[package]]
3724
name = "adler"
3825
version = "1.0.2"
3926
source = "registry+https://github.com/rust-lang/crates.io-index"
4027
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
28+
dependencies = [
29+
"compiler_builtins",
30+
"rustc-std-workspace-core",
31+
]
4132

4233
[[package]]
4334
name = "ahash"
@@ -185,12 +176,12 @@ version = "0.3.66"
185176
source = "registry+https://github.com/rust-lang/crates.io-index"
186177
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
187178
dependencies = [
188-
"addr2line 0.17.0",
179+
"addr2line",
189180
"cc",
190181
"cfg-if 1.0.0",
191182
"libc",
192183
"miniz_oxide 0.5.3",
193-
"object 0.29.0",
184+
"object",
194185
"rustc-demangle",
195186
]
196187

@@ -1545,25 +1536,17 @@ dependencies = [
15451536
"wasi 0.9.0+wasi-snapshot-preview1",
15461537
]
15471538

1548-
[[package]]
1549-
name = "gimli"
1550-
version = "0.25.0"
1551-
source = "registry+https://github.com/rust-lang/crates.io-index"
1552-
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
1553-
dependencies = [
1554-
"compiler_builtins",
1555-
"rustc-std-workspace-alloc",
1556-
"rustc-std-workspace-core",
1557-
]
1558-
15591539
[[package]]
15601540
name = "gimli"
15611541
version = "0.26.1"
15621542
source = "registry+https://github.com/rust-lang/crates.io-index"
15631543
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
15641544
dependencies = [
1545+
"compiler_builtins",
15651546
"fallible-iterator",
15661547
"indexmap",
1548+
"rustc-std-workspace-alloc",
1549+
"rustc-std-workspace-core",
15671550
"stable_deref_trait",
15681551
]
15691552

@@ -2233,9 +2216,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22332216
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
22342217
dependencies = [
22352218
"adler 0.2.3",
2236-
"compiler_builtins",
2237-
"rustc-std-workspace-alloc",
2238-
"rustc-std-workspace-core",
22392219
]
22402220

22412221
[[package]]
@@ -2245,6 +2225,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22452225
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
22462226
dependencies = [
22472227
"adler 1.0.2",
2228+
"compiler_builtins",
2229+
"rustc-std-workspace-alloc",
2230+
"rustc-std-workspace-core",
22482231
]
22492232

22502233
[[package]]
@@ -2346,29 +2329,20 @@ dependencies = [
23462329
"libc",
23472330
]
23482331

2349-
[[package]]
2350-
name = "object"
2351-
version = "0.26.2"
2352-
source = "registry+https://github.com/rust-lang/crates.io-index"
2353-
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2354-
dependencies = [
2355-
"compiler_builtins",
2356-
"memchr",
2357-
"rustc-std-workspace-alloc",
2358-
"rustc-std-workspace-core",
2359-
]
2360-
23612332
[[package]]
23622333
name = "object"
23632334
version = "0.29.0"
23642335
source = "registry+https://github.com/rust-lang/crates.io-index"
23652336
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
23662337
dependencies = [
2338+
"compiler_builtins",
23672339
"crc32fast",
23682340
"flate2",
23692341
"hashbrown",
23702342
"indexmap",
23712343
"memchr",
2344+
"rustc-std-workspace-alloc",
2345+
"rustc-std-workspace-core",
23722346
]
23732347

23742348
[[package]]
@@ -3305,7 +3279,7 @@ dependencies = [
33053279
"cstr",
33063280
"libc",
33073281
"measureme",
3308-
"object 0.29.0",
3282+
"object",
33093283
"rustc-demangle",
33103284
"rustc_ast",
33113285
"rustc_attr",
@@ -3339,7 +3313,7 @@ dependencies = [
33393313
"itertools",
33403314
"jobserver",
33413315
"libc",
3342-
"object 0.29.0",
3316+
"object",
33433317
"pathdiff",
33443318
"regex",
33453319
"rustc_arena",
@@ -4698,7 +4672,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
46984672
name = "std"
46994673
version = "0.0.0"
47004674
dependencies = [
4701-
"addr2line 0.16.0",
4675+
"addr2line",
47024676
"alloc",
47034677
"cfg-if 1.0.0",
47044678
"compiler_builtins",
@@ -4708,8 +4682,8 @@ dependencies = [
47084682
"hashbrown",
47094683
"hermit-abi 0.2.6",
47104684
"libc",
4711-
"miniz_oxide 0.4.0",
4712-
"object 0.26.2",
4685+
"miniz_oxide 0.5.3",
4686+
"object",
47134687
"panic_abort",
47144688
"panic_unwind",
47154689
"profiler_builtins",
@@ -4926,9 +4900,9 @@ version = "0.3.0"
49264900
source = "registry+https://github.com/rust-lang/crates.io-index"
49274901
checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
49284902
dependencies = [
4929-
"gimli 0.26.1",
4903+
"gimli",
49304904
"hashbrown",
4931-
"object 0.29.0",
4905+
"object",
49324906
"tracing",
49334907
]
49344908

library/std/Cargo.toml

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

2525
# Dependencies of the `backtrace` crate
26-
addr2line = { version = "0.16.0", optional = true, default-features = false }
26+
addr2line = { version = "0.17.0", optional = true, default-features = false }
2727
rustc-demangle = { version = "0.1.21", features = ['rustc-dep-of-std'] }
28-
miniz_oxide = { version = "0.4.0", optional = true, default-features = false }
28+
miniz_oxide = { version = "0.5.0", optional = true, default-features = false }
2929
[dependencies.object]
30-
version = "0.26.1"
30+
version = "0.29.0"
3131
optional = true
3232
default-features = false
3333
features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']

0 commit comments

Comments
 (0)