Skip to content

Commit

Permalink
deps: bump ic-wasi-polyfill in the ic-dependencies group
Browse files Browse the repository at this point in the history
Bumps the ic-dependencies group with 1 update: [ic-wasi-polyfill](https://github.com/wasm-forge/ic-wasi-polyfill).


Updates `ic-wasi-polyfill` from 0.6.4 to 0.7.0
- [Changelog](https://github.com/wasm-forge/ic-wasi-polyfill/blob/main/CHANGELOG.md)
- [Commits](wasm-forge/ic-wasi-polyfill@v0.6.4...v0.7.0)

---
updated-dependencies:
- dependency-name: ic-wasi-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 2ffd199 commit 0887143
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 43 deletions.
55 changes: 14 additions & 41 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ slotmap = "=1.0.7"
sha2 = "0.10.8"
serde = "1.0.217"
serde_json = "1.0.135"
ic-wasi-polyfill = "0.6.4"
ic-wasi-polyfill = "0.7.0"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
# wasmedge_quickjs = { path = "/home/wasmedge-quickjs" }
wasmi = "0.40.0"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
ic-wasi-polyfill = "0.6.4"
ic-wasi-polyfill = "0.7.0"
rquickjs = { version = "0.8.1", features = ["array-buffer"] }
scopeguard = "1.2.0"
serde = "1.0.217"
Expand Down

0 comments on commit 0887143

Please sign in to comment.