Skip to content

Commit 664907c

Browse files
committed
run-make-support: update gimli to 0.31.0
1 parent 2823cfb commit 664907c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Cargo.lock

+12-1
Original file line numberDiff line numberDiff 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]]
16221633
name = "glob"
16231634
version = "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",

src/tools/run-make-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object = "0.34.0"
99
similar = "2.5.0"
1010
wasmparser = "0.118.2"
1111
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"
1313
ar = "0.9.0"
1414

1515
build_helper = { path = "../build_helper" }

0 commit comments

Comments
 (0)