Skip to content

Commit

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


Updates `candid` from 0.10.11 to 0.10.12
- [Release notes](https://github.com/dfinity/candid/releases)
- [Changelog](https://github.com/dfinity/candid/blob/master/Changelog.md)
- [Commits](https://github.com/dfinity/candid/commits)

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: candid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ic-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent f114611 commit 16a9ed7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 50 deletions.
63 changes: 18 additions & 45 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 @@ -11,7 +11,7 @@ anyhow = "1.0.95"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
candid = "0.10.11"
candid = "0.10.13"
candid_parser = "0.1.2"
ic-stable-structures = "0.6.7"
open_value_sharing = { path = "../open_value_sharing" }
Expand All @@ -20,7 +20,7 @@ slotmap = "=1.0.7"
sha2 = "0.10.8"
serde = "1.0.217"
serde_json = "1.0.137"
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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
serde = "1.0.217"
serde_json = "1.0.137"
candid = "0.10.11"
candid = "0.10.13"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
candid = "0.10.11"
candid = "0.10.13"
candid_parser = "0.1.2"
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 16a9ed7

Please sign in to comment.