Skip to content

Commit 6eb1d9f

Browse files
Bump object from 0.8.0 to 0.9.0
Bumps [object](https://github.com/gimli-rs/object) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/gimli-rs/object/releases) - [Commits](gimli-rs/object@0.8.0...0.9.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19076f9 commit 6eb1d9f

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

Cargo.lock

Lines changed: 19 additions & 7 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
@@ -14,7 +14,7 @@ path = "./parser.rs"
1414
[dependencies]
1515
fallible-iterator = { version = "0.1.4", optional = true }
1616
gimli = { version = "0.16.0", optional = true }
17-
object = { version = "0.8.0", optional = true }
17+
object = { version = "0.9.0", optional = true }
1818
parity-wasm = "0.28.0"
1919
typed-arena = { version = "1.4.0", optional = true }
2020
twiggy-ir = { version = "=0.2.0", path = "../ir" }

0 commit comments

Comments
 (0)