File tree 1 file changed +25
-2
lines changed
1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
checksum = " 8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10
10
dependencies = [
11
11
" compiler_builtins" ,
12
- " gimli" ,
12
+ " gimli 0.28.0 " ,
13
13
" rustc-std-workspace-alloc" ,
14
14
" rustc-std-workspace-core" ,
15
15
]
@@ -1590,6 +1590,17 @@ dependencies = [
1590
1590
" wasi" ,
1591
1591
]
1592
1592
1593
+ [[package ]]
1594
+ name = " gimli"
1595
+ version = " 0.26.2"
1596
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1597
+ checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1598
+ dependencies = [
1599
+ " compiler_builtins" ,
1600
+ " rustc-std-workspace-alloc" ,
1601
+ " rustc-std-workspace-core" ,
1602
+ ]
1603
+
1593
1604
[[package ]]
1594
1605
name = " gimli"
1595
1606
version = " 0.28.0"
@@ -5420,7 +5431,7 @@ version = "0.7.0"
5420
5431
source = " registry+https://github.com/rust-lang/crates.io-index"
5421
5432
checksum = " 4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
5422
5433
dependencies = [
5423
- " gimli" ,
5434
+ " gimli 0.28.0 " ,
5424
5435
" hashbrown 0.14.2" ,
5425
5436
" object" ,
5426
5437
" tracing" ,
@@ -5924,6 +5935,18 @@ dependencies = [
5924
5935
" compiler_builtins" ,
5925
5936
" core" ,
5926
5937
" libc" ,
5938
+ " unwinding" ,
5939
+ ]
5940
+
5941
+ [[package ]]
5942
+ name = " unwinding"
5943
+ version = " 0.2.0"
5944
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5945
+ checksum = " 4ee215fc0991fb587275819562685254302112d0b7c8d25e635655526c0ecdc6"
5946
+ dependencies = [
5947
+ " compiler_builtins" ,
5948
+ " gimli 0.26.2" ,
5949
+ " rustc-std-workspace-core" ,
5927
5950
]
5928
5951
5929
5952
[[package ]]
You can’t perform that action at this time.
0 commit comments