Skip to content

Commit 44fdfd6

Browse files
committed
Bump backtrace-rs
Fixes #77791
1 parent bc74dd7 commit 44fdfd6

File tree

2 files changed

+50
-38
lines changed

2 files changed

+50
-38
lines changed

Cargo.lock

+49-37
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
132132

133133
[[package]]
134134
name = "backtrace"
135-
version = "0.3.52"
135+
version = "0.3.53"
136136
dependencies = [
137137
"addr2line",
138-
"cfg-if",
138+
"cfg-if 1.0.0",
139139
"libc",
140140
"miniz_oxide",
141-
"object",
141+
"object 0.21.1",
142142
"rustc-demangle",
143143
]
144144

@@ -440,6 +440,12 @@ dependencies = [
440440
"rustc-std-workspace-core",
441441
]
442442

443+
[[package]]
444+
name = "cfg-if"
445+
version = "1.0.0"
446+
source = "registry+https://github.com/rust-lang/crates.io-index"
447+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
448+
443449
[[package]]
444450
name = "chalk-derive"
445451
version = "0.32.0"
@@ -722,7 +728,7 @@ version = "1.2.0"
722728
source = "registry+https://github.com/rust-lang/crates.io-index"
723729
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
724730
dependencies = [
725-
"cfg-if",
731+
"cfg-if 0.1.10",
726732
]
727733

728734
[[package]]
@@ -731,7 +737,7 @@ version = "0.4.3"
731737
source = "registry+https://github.com/rust-lang/crates.io-index"
732738
checksum = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6"
733739
dependencies = [
734-
"cfg-if",
740+
"cfg-if 0.1.10",
735741
"crossbeam-utils 0.7.2",
736742
]
737743

@@ -753,7 +759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
753759
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
754760
dependencies = [
755761
"autocfg",
756-
"cfg-if",
762+
"cfg-if 0.1.10",
757763
"crossbeam-utils 0.7.2",
758764
"lazy_static",
759765
"maybe-uninit",
@@ -776,7 +782,7 @@ version = "0.2.3"
776782
source = "registry+https://github.com/rust-lang/crates.io-index"
777783
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
778784
dependencies = [
779-
"cfg-if",
785+
"cfg-if 0.1.10",
780786
"crossbeam-utils 0.7.2",
781787
"maybe-uninit",
782788
]
@@ -787,7 +793,7 @@ version = "0.6.6"
787793
source = "registry+https://github.com/rust-lang/crates.io-index"
788794
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
789795
dependencies = [
790-
"cfg-if",
796+
"cfg-if 0.1.10",
791797
"lazy_static",
792798
]
793799

@@ -798,7 +804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
798804
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
799805
dependencies = [
800806
"autocfg",
801-
"cfg-if",
807+
"cfg-if 0.1.10",
802808
"lazy_static",
803809
]
804810

@@ -928,7 +934,7 @@ version = "2.0.2"
928934
source = "registry+https://github.com/rust-lang/crates.io-index"
929935
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
930936
dependencies = [
931-
"cfg-if",
937+
"cfg-if 0.1.10",
932938
"dirs-sys",
933939
]
934940

@@ -1070,7 +1076,7 @@ version = "0.2.12"
10701076
source = "registry+https://github.com/rust-lang/crates.io-index"
10711077
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
10721078
dependencies = [
1073-
"cfg-if",
1079+
"cfg-if 0.1.10",
10741080
"libc",
10751081
"redox_syscall",
10761082
"winapi 0.3.9",
@@ -1088,7 +1094,7 @@ version = "1.0.16"
10881094
source = "registry+https://github.com/rust-lang/crates.io-index"
10891095
checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
10901096
dependencies = [
1091-
"cfg-if",
1097+
"cfg-if 0.1.10",
10921098
"crc32fast",
10931099
"libc",
10941100
"libz-sys",
@@ -1219,7 +1225,7 @@ version = "0.1.14"
12191225
source = "registry+https://github.com/rust-lang/crates.io-index"
12201226
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
12211227
dependencies = [
1222-
"cfg-if",
1228+
"cfg-if 0.1.10",
12231229
"libc",
12241230
"wasi",
12251231
]
@@ -1230,7 +1236,7 @@ version = "0.2.0"
12301236
source = "registry+https://github.com/rust-lang/crates.io-index"
12311237
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
12321238
dependencies = [
1233-
"cfg-if",
1239+
"cfg-if 0.1.10",
12341240
"libc",
12351241
"wasi",
12361242
]
@@ -1759,7 +1765,7 @@ version = "0.4.11"
17591765
source = "registry+https://github.com/rust-lang/crates.io-index"
17601766
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
17611767
dependencies = [
1762-
"cfg-if",
1768+
"cfg-if 0.1.10",
17631769
]
17641770

17651771
[[package]]
@@ -1989,7 +1995,7 @@ version = "0.6.22"
19891995
source = "registry+https://github.com/rust-lang/crates.io-index"
19901996
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
19911997
dependencies = [
1992-
"cfg-if",
1998+
"cfg-if 0.1.10",
19931999
"fuchsia-zircon",
19942000
"fuchsia-zircon-sys",
19952001
"iovec",
@@ -2070,7 +2076,7 @@ version = "0.2.34"
20702076
source = "registry+https://github.com/rust-lang/crates.io-index"
20712077
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
20722078
dependencies = [
2073-
"cfg-if",
2079+
"cfg-if 0.1.10",
20742080
"libc",
20752081
"winapi 0.3.9",
20762082
]
@@ -2121,6 +2127,12 @@ dependencies = [
21212127
"rustc-std-workspace-core",
21222128
]
21232129

2130+
[[package]]
2131+
name = "object"
2132+
version = "0.21.1"
2133+
source = "registry+https://github.com/rust-lang/crates.io-index"
2134+
checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693"
2135+
21242136
[[package]]
21252137
name = "once_cell"
21262138
version = "1.4.1"
@@ -2164,7 +2176,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
21642176
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
21652177
dependencies = [
21662178
"bitflags",
2167-
"cfg-if",
2179+
"cfg-if 0.1.10",
21682180
"foreign-types",
21692181
"lazy_static",
21702182
"libc",
@@ -2221,14 +2233,14 @@ version = "0.3.3"
22212233
source = "registry+https://github.com/rust-lang/crates.io-index"
22222234
checksum = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
22232235
dependencies = [
2224-
"cfg-if",
2236+
"cfg-if 0.1.10",
22252237
]
22262238

22272239
[[package]]
22282240
name = "panic_abort"
22292241
version = "0.0.0"
22302242
dependencies = [
2231-
"cfg-if",
2243+
"cfg-if 0.1.10",
22322244
"compiler_builtins",
22332245
"core",
22342246
"libc",
@@ -2239,7 +2251,7 @@ name = "panic_unwind"
22392251
version = "0.0.0"
22402252
dependencies = [
22412253
"alloc",
2242-
"cfg-if",
2254+
"cfg-if 0.1.10",
22432255
"compiler_builtins",
22442256
"core",
22452257
"libc",
@@ -2302,7 +2314,7 @@ version = "0.6.2"
23022314
source = "registry+https://github.com/rust-lang/crates.io-index"
23032315
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
23042316
dependencies = [
2305-
"cfg-if",
2317+
"cfg-if 0.1.10",
23062318
"cloudabi 0.0.3",
23072319
"libc",
23082320
"redox_syscall",
@@ -2317,7 +2329,7 @@ version = "0.7.2"
23172329
source = "registry+https://github.com/rust-lang/crates.io-index"
23182330
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
23192331
dependencies = [
2320-
"cfg-if",
2332+
"cfg-if 0.1.10",
23212333
"cloudabi 0.0.3",
23222334
"libc",
23232335
"redox_syscall",
@@ -2331,7 +2343,7 @@ version = "0.8.0"
23312343
source = "registry+https://github.com/rust-lang/crates.io-index"
23322344
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
23332345
dependencies = [
2334-
"cfg-if",
2346+
"cfg-if 0.1.10",
23352347
"cloudabi 0.1.0",
23362348
"instant",
23372349
"libc",
@@ -3035,7 +3047,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30353047
checksum = "14ffd17a37e00d77926a0713f191c59ff3aeb2b551a024c7cfffce14bab79be8"
30363048
dependencies = [
30373049
"bitflags",
3038-
"cfg-if",
3050+
"cfg-if 0.1.10",
30393051
"crossbeam-utils 0.7.2",
30403052
"ena",
30413053
"indexmap",
@@ -3211,7 +3223,7 @@ version = "679.0.0"
32113223
source = "registry+https://github.com/rust-lang/crates.io-index"
32123224
checksum = "1c267f15c3cfc82a8a441d2bf86bcccf299d1eb625822468e3d8ee6f7c5a1c89"
32133225
dependencies = [
3214-
"cfg-if",
3226+
"cfg-if 0.1.10",
32153227
"md-5",
32163228
"rustc-ap-rustc_arena",
32173229
"rustc-ap-rustc_data_structures",
@@ -3504,7 +3516,7 @@ version = "0.0.0"
35043516
dependencies = [
35053517
"arrayvec",
35063518
"bitflags",
3507-
"cfg-if",
3519+
"cfg-if 0.1.10",
35083520
"crossbeam-utils 0.7.2",
35093521
"ena",
35103522
"indexmap",
@@ -4055,7 +4067,7 @@ dependencies = [
40554067
name = "rustc_span"
40564068
version = "0.0.0"
40574069
dependencies = [
4058-
"cfg-if",
4070+
"cfg-if 0.1.10",
40594071
"md-5",
40604072
"rustc_arena",
40614073
"rustc_data_structures",
@@ -4416,7 +4428,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
44164428
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
44174429
dependencies = [
44184430
"block-buffer 0.9.0",
4419-
"cfg-if",
4431+
"cfg-if 0.1.10",
44204432
"cpuid-bool",
44214433
"digest 0.9.0",
44224434
"opaque-debug 0.3.0",
@@ -4502,7 +4514,7 @@ version = "0.3.12"
45024514
source = "registry+https://github.com/rust-lang/crates.io-index"
45034515
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
45044516
dependencies = [
4505-
"cfg-if",
4517+
"cfg-if 0.1.10",
45064518
"libc",
45074519
"redox_syscall",
45084520
"winapi 0.3.9",
@@ -4521,7 +4533,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45214533
checksum = "21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786"
45224534
dependencies = [
45234535
"cc",
4524-
"cfg-if",
4536+
"cfg-if 0.1.10",
45254537
"libc",
45264538
"psm",
45274539
"winapi 0.3.9",
@@ -4533,7 +4545,7 @@ version = "0.0.0"
45334545
dependencies = [
45344546
"addr2line",
45354547
"alloc",
4536-
"cfg-if",
4548+
"cfg-if 0.1.10",
45374549
"compiler_builtins",
45384550
"core",
45394551
"dlmalloc",
@@ -4542,7 +4554,7 @@ dependencies = [
45424554
"hermit-abi",
45434555
"libc",
45444556
"miniz_oxide",
4545-
"object",
4557+
"object 0.20.0",
45464558
"panic_abort",
45474559
"panic_unwind",
45484560
"profiler_builtins",
@@ -4675,7 +4687,7 @@ version = "3.1.0"
46754687
source = "registry+https://github.com/rust-lang/crates.io-index"
46764688
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
46774689
dependencies = [
4678-
"cfg-if",
4690+
"cfg-if 0.1.10",
46794691
"libc",
46804692
"rand",
46814693
"redox_syscall",
@@ -4735,7 +4747,7 @@ dependencies = [
47354747
name = "test"
47364748
version = "0.0.0"
47374749
dependencies = [
4738-
"cfg-if",
4750+
"cfg-if 0.1.10",
47394751
"core",
47404752
"getopts",
47414753
"libc",
@@ -5080,7 +5092,7 @@ version = "0.1.19"
50805092
source = "registry+https://github.com/rust-lang/crates.io-index"
50815093
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
50825094
dependencies = [
5083-
"cfg-if",
5095+
"cfg-if 0.1.10",
50845096
"tracing-attributes",
50855097
"tracing-core",
50865098
]
@@ -5277,7 +5289,7 @@ name = "unwind"
52775289
version = "0.0.0"
52785290
dependencies = [
52795291
"cc",
5280-
"cfg-if",
5292+
"cfg-if 0.1.10",
52815293
"compiler_builtins",
52825294
"core",
52835295
"libc",

0 commit comments

Comments
 (0)