File tree 2 files changed +13
-2
lines changed
src/tools/run-make-support
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1618,6 +1618,17 @@ dependencies = [
1618
1618
" rustc-std-workspace-core" ,
1619
1619
]
1620
1620
1621
+ [[package ]]
1622
+ name = " gimli"
1623
+ version = " 0.31.0"
1624
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1625
+ checksum = " 32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
1626
+ dependencies = [
1627
+ " fallible-iterator" ,
1628
+ " indexmap" ,
1629
+ " stable_deref_trait" ,
1630
+ ]
1631
+
1621
1632
[[package ]]
1622
1633
name = " glob"
1623
1634
version = " 0.3.1"
@@ -3421,7 +3432,7 @@ dependencies = [
3421
3432
" ar" ,
3422
3433
" bstr" ,
3423
3434
" build_helper" ,
3424
- " gimli 0.28.1 " ,
3435
+ " gimli 0.31.0 " ,
3425
3436
" object 0.34.0" ,
3426
3437
" regex" ,
3427
3438
" similar" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object = "0.34.0"
9
9
similar = " 2.5.0"
10
10
wasmparser = " 0.118.2"
11
11
regex = " 1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
12
- gimli = " 0.28.1 "
12
+ gimli = " 0.31.0 "
13
13
ar = " 0.9.0"
14
14
15
15
build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments