Skip to content

Commit cadd23a

Browse files
Bump gimli from 0.27.2 to 0.27.3 (#710)
Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.27.2 to 0.27.3. - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](gimli-rs/gimli@0.27.2...0.27.3) --- updated-dependencies: - dependency-name: gimli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcbfd82 commit cadd23a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "./parser.rs"
1515
[dependencies]
1616
anyhow = "1.0"
1717
fallible-iterator = { version = "0.2.0", optional = true }
18-
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
18+
gimli = { version = "0.27.3", optional = true, default-features = false, features = ["std", "read"] }
1919
object = { version = "0.17.0", optional = true }
2020
wasmparser = "0.80.0"
2121
typed-arena = { version = "2.0.2", optional = true }

traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "./traits.rs"
1515
[dependencies]
1616
thiserror = "1.0"
1717
anyhow = "1.0"
18-
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
18+
gimli = { version = "0.27.3", optional = true, default-features = false, features = ["std", "read"] }
1919
wasmparser = "0.80.0"
2020
twiggy-ir = { version = "=0.7.0", path = "../ir" }
2121
csv = "1.2.2"

0 commit comments

Comments
 (0)