Skip to content

Commit

Permalink
dependency fix/update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed May 25, 2024
1 parent 4b34c45 commit dff1218
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 50 deletions.
129 changes: 82 additions & 47 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions framework/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ colored = "2.0"
lazy_static = "1.4.0"
convert_case = "0.6.0"
hex = "0.4"
wasmparser = "0.207"
wasmprinter = "0.207"
wasmparser = "0.208"
wasmprinter = "0.208"
semver = "1.0.20"

ruplacer = { version = "0.8.1", default-features = false, optional = true }
reqwest = { version = "0.12", features = ["blocking", "json"], optional = true }
zip = { version = "1.2", features = ["deflate"], default-features = false, optional = true }
zip = { version = "2.1", features = ["deflate"], default-features = false, optional = true }
copy_dir = { version = "0.1.2", optional = true }
pathdiff = { version = "0.2.1", optional = true }
common-path = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit dff1218

Please sign in to comment.