Skip to content

Commit

Permalink
Update wasmparser to the latest version (#715)
Browse files Browse the repository at this point in the history
The latest `wasmparser` includes a licensing change from Apache-2.0 with
the LLVM exception to Apache-2.0 with the exception, or vanilla
Apache-2.0, or MIT.

Update to the latest version, which makes figuring out licensing a bit
easier for dependents of `object`.
  • Loading branch information
tgross35 authored Aug 6, 2024
1 parent b1aa6c3 commit 5c00d29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.214.0", default-features = false, optional = true }
wasmparser = { version = "0.215.0", default-features = false, optional = true }
memchr = { version = "2.4.1", default-features = false }
hashbrown = { version = "0.14.0", features = ["ahash"], default-features = false, optional = true }
ruzstd = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit 5c00d29

Please sign in to comment.