File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
src/tools/run-make-support Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -1618,6 +1618,17 @@ dependencies = [
16181618 " rustc-std-workspace-core" ,
16191619]
16201620
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+
16211632[[package ]]
16221633name = " glob"
16231634version = " 0.3.1"
@@ -3421,7 +3432,7 @@ dependencies = [
34213432 " ar" ,
34223433 " bstr" ,
34233434 " build_helper" ,
3424- " gimli 0.28.1 " ,
3435+ " gimli 0.31.0 " ,
34253436 " object 0.34.0" ,
34263437 " regex" ,
34273438 " similar" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object = "0.34.0"
99similar = " 2.5.0"
1010wasmparser = " 0.118.2"
1111regex = " 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 "
1313ar = " 0.9.0"
1414
1515build_helper = { path = " ../build_helper" }
You can’t perform that action at this time.
0 commit comments