Skip to content

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

@@ -1546,25 +1537,17 @@ dependencies = [
15461537
"wasi 0.9.0+wasi-snapshot-preview1",
15471538
]
15481539

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

@@ -2234,9 +2217,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22342217
checksum = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f"
22352218
dependencies = [
22362219
"adler 0.2.3",
2237-
"compiler_builtins",
2238-
"rustc-std-workspace-alloc",
2239-
"rustc-std-workspace-core",
22402220
]
22412221

22422222
[[package]]
@@ -2246,6 +2226,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
22462226
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
22472227
dependencies = [
22482228
"adler 1.0.2",
2229+
"compiler_builtins",
2230+
"rustc-std-workspace-alloc",
2231+
"rustc-std-workspace-core",
22492232
]
22502233

22512234
[[package]]
@@ -2338,29 +2321,20 @@ dependencies = [
23382321
"libc",
23392322
]
23402323

2341-
[[package]]
2342-
name = "object"
2343-
version = "0.26.2"
2344-
source = "registry+https://github.com/rust-lang/crates.io-index"
2345-
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
2346-
dependencies = [
2347-
"compiler_builtins",
2348-
"memchr",
2349-
"rustc-std-workspace-alloc",
2350-
"rustc-std-workspace-core",
2351-
]
2352-
23532324
[[package]]
23542325
name = "object"
23552326
version = "0.29.0"
23562327
source = "registry+https://github.com/rust-lang/crates.io-index"
23572328
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
23582329
dependencies = [
2330+
"compiler_builtins",
23592331
"crc32fast",
23602332
"flate2",
23612333
"hashbrown",
23622334
"indexmap",
23632335
"memchr",
2336+
"rustc-std-workspace-alloc",
2337+
"rustc-std-workspace-core",
23642338
]
23652339

23662340
[[package]]
@@ -3297,7 +3271,7 @@ dependencies = [
32973271
"cstr",
32983272
"libc",
32993273
"measureme",
3300-
"object 0.29.0",
3274+
"object",
33013275
"rustc-demangle",
33023276
"rustc_ast",
33033277
"rustc_attr",
@@ -3331,7 +3305,7 @@ dependencies = [
33313305
"itertools",
33323306
"jobserver",
33333307
"libc",
3334-
"object 0.29.0",
3308+
"object",
33353309
"pathdiff",
33363310
"regex",
33373311
"rustc_arena",
@@ -4689,7 +4663,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
46894663
name = "std"
46904664
version = "0.0.0"
46914665
dependencies = [
4692-
"addr2line 0.16.0",
4666+
"addr2line",
46934667
"alloc",
46944668
"cfg-if 1.0.0",
46954669
"compiler_builtins",
@@ -4699,8 +4673,8 @@ dependencies = [
46994673
"hashbrown",
47004674
"hermit-abi 0.2.6",
47014675
"libc",
4702-
"miniz_oxide 0.4.0",
4703-
"object 0.26.2",
4676+
"miniz_oxide 0.5.3",
4677+
"object",
47044678
"panic_abort",
47054679
"panic_unwind",
47064680
"profiler_builtins",
@@ -4917,9 +4891,9 @@ version = "0.3.0"
49174891
source = "registry+https://github.com/rust-lang/crates.io-index"
49184892
checksum = "e6cb0c7868d7f90407531108ab03263d9452a8811b7cdd87675343a40d4aa254"
49194893
dependencies = [
4920-
"gimli 0.26.1",
4894+
"gimli",
49214895
"hashbrown",
4922-
"object 0.29.0",
4896+
"object",
49234897
"tracing",
49244898
]
49254899

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)