Skip to content

Commit

Permalink
Bump gimli from 0.27.2 to 0.27.3 (#710)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 15, 2023
1 parent dcbfd82 commit cadd23a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "./parser.rs"
[dependencies]
anyhow = "1.0"
fallible-iterator = { version = "0.2.0", optional = true }
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
gimli = { version = "0.27.3", optional = true, default-features = false, features = ["std", "read"] }
object = { version = "0.17.0", optional = true }
wasmparser = "0.80.0"
typed-arena = { version = "2.0.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "./traits.rs"
[dependencies]
thiserror = "1.0"
anyhow = "1.0"
gimli = { version = "0.27.2", optional = true, default-features = false, features = ["std", "read"] }
gimli = { version = "0.27.3", optional = true, default-features = false, features = ["std", "read"] }
wasmparser = "0.80.0"
twiggy-ir = { version = "=0.7.0", path = "../ir" }
csv = "1.2.2"
Expand Down

0 comments on commit cadd23a

Please sign in to comment.