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
]
@@ -1613,6 +1613,17 @@ dependencies = [
1613
1613
" wasi" ,
1614
1614
]
1615
1615
1616
+ [[package ]]
1617
+ name = " gimli"
1618
+ version = " 0.26.2"
1619
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = " 22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
1621
+ dependencies = [
1622
+ " compiler_builtins" ,
1623
+ " rustc-std-workspace-alloc" ,
1624
+ " rustc-std-workspace-core" ,
1625
+ ]
1626
+
1616
1627
[[package ]]
1617
1628
name = " gimli"
1618
1629
version = " 0.28.0"
@@ -5424,7 +5435,7 @@ version = "0.7.0"
5424
5435
source = " registry+https://github.com/rust-lang/crates.io-index"
5425
5436
checksum = " 4db52ee8fec06e119b692ef3dd2c4cf621a99204c1b8c47407870ed050305b9b"
5426
5437
dependencies = [
5427
- " gimli" ,
5438
+ " gimli 0.28.0 " ,
5428
5439
" hashbrown 0.14.2" ,
5429
5440
" object" ,
5430
5441
" tracing" ,
@@ -5927,6 +5938,18 @@ dependencies = [
5927
5938
" compiler_builtins" ,
5928
5939
" core" ,
5929
5940
" libc" ,
5941
+ " unwinding" ,
5942
+ ]
5943
+
5944
+ [[package ]]
5945
+ name = " unwinding"
5946
+ version = " 0.2.0"
5947
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5948
+ checksum = " 4ee215fc0991fb587275819562685254302112d0b7c8d25e635655526c0ecdc6"
5949
+ dependencies = [
5950
+ " compiler_builtins" ,
5951
+ " gimli 0.26.2" ,
5952
+ " rustc-std-workspace-core" ,
5930
5953
]
5931
5954
5932
5955
[[package ]]
You can’t perform that action at this time.
0 commit comments