Skip to content

Commit bd1972d

Browse files
authored
Merge pull request #82 from rustwasm/dependabot/cargo/object-0.9.0
Bump object from 0.8.0 to 0.9.0
2 parents 19076f9 + 6eb1d9f commit bd1972d

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)