Skip to content

Commit

Permalink
Update wasmparser
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc committed Dec 21, 2024
1 parent 3230cae commit e2593d7
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 @@ -26,7 +26,7 @@ features = ['doc']
crc32fast = { version = "1.2", default-features = false, optional = true }
flate2 = { version = "1", optional = true }
indexmap = { version = "2.0", default-features = false, optional = true }
wasmparser = { version = "0.218.0", default-features = false, optional = true }
wasmparser = { version = "0.222.0", default-features = false, optional = true }
memchr = { version = "2.4.1", default-features = false }
hashbrown = { version = "0.15.0", features = ["default-hasher"], default-features = false, optional = true }
ruzstd = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit e2593d7

Please sign in to comment.