Skip to content

Commit

Permalink
Update gimli requirement from 0.30 to 0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [gimli](https://github.com/gimli-rs/gimli) to permit the latest version.
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.30.0...0.31.0)

---
updated-dependencies:
- dependency-name: gimli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 801bd6a commit 7d25cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ zip = {version = "2.0.0", optional = true, default-features = false}

[dependencies]
cpp_demangle = {version = "0.4", optional = true}
gimli = {version = "0.30", optional = true}
gimli = {version = "0.31", optional = true}
libc = "0.2.137"
miniz_oxide = {version = "0.7", default-features = false, features = ["simd", "with-alloc"], optional = true}
nom = {version = "7", optional = true}
Expand Down

0 comments on commit 7d25cd3

Please sign in to comment.