Skip to content

Commit

Permalink
Update wasmparser dependency (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc authored Apr 3, 2023
1 parent 01b60e6 commit e0f7ccd
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 195 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ features = ['doc']
crc32fast = { version = "1.2", default-features = false, optional = true }
flate2 = { version = "1", optional = true }
indexmap = { version = "1.6", optional = true }
wasmparser = { version = "0.57", optional = true }
wasmparser = { version = "0.102.0", optional = true }
memchr = { version = "2.4.1", default-features = false }
hashbrown = { version = "0.13.1", features = ["ahash"], default-features = false, optional = true }

Expand Down
Loading

0 comments on commit e0f7ccd

Please sign in to comment.