Skip to content

Commit

Permalink
deps: bump the ic-dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the ic-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ic-cdk](https://github.com/dfinity/cdk-rs) | `0.12.2` | `0.16.0` |
| [ic-cdk-macros](https://github.com/dfinity/cdk-rs) | `0.8.4` | `0.16.0` |
| [ic-cdk-timers](https://github.com/dfinity/cdk-rs) | `0.6.0` | `0.11.0` |
| [candid](https://github.com/dfinity/candid) | `0.10.10` | `0.10.11` |
| [ic-stable-structures](https://github.com/dfinity/stable-structures) | `0.6.5` | `0.6.7` |
| [ic-wasi-polyfill](https://github.com/wasm-forge/ic-wasi-polyfill) | `0.6.1` | `0.6.4` |


Updates `ic-cdk` from 0.12.2 to 0.16.0
- [Release notes](https://github.com/dfinity/cdk-rs/releases)
- [Commits](https://github.com/dfinity/cdk-rs/commits)

Updates `ic-cdk-macros` from 0.8.4 to 0.16.0
- [Release notes](https://github.com/dfinity/cdk-rs/releases)
- [Commits](https://github.com/dfinity/cdk-rs/commits)

Updates `ic-cdk-timers` from 0.6.0 to 0.11.0
- [Release notes](https://github.com/dfinity/cdk-rs/releases)
- [Commits](https://github.com/dfinity/cdk-rs/commits)

Updates `candid` from 0.10.10 to 0.10.11
- [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-stable-structures` from 0.6.5 to 0.6.7
- [Release notes](https://github.com/dfinity/stable-structures/releases)
- [Commits](dfinity/stable-structures@v0.6.5...v0.6.7)

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

---
updated-dependencies:
- dependency-name: ic-cdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
- dependency-name: ic-cdk-macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
- dependency-name: ic-cdk-timers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
- dependency-name: candid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ic-dependencies
- dependency-name: ic-stable-structures
  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-patch
  dependency-group: ic-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent c0e88fb commit 9b22b7f
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 83 deletions.
115 changes: 49 additions & 66 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 @@ -8,18 +8,18 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.75"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
candid = "0.10.2"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk-timers = "0.11.0"
candid = "0.10.11"
candid_parser = "0.1.2"
ic-stable-structures = "0.6.5"
ic-stable-structures = "0.6.7"
open_value_sharing = { path = "../open_value_sharing" }
slotmap = "=1.0.6"
sha2 = "0.10.8"
serde = "1.0.202"
serde_json = "1.0.107"
ic-wasi-polyfill = "0.6.1"
ic-wasi-polyfill = "0.6.4"
wasmedge_quickjs = { git = "https://github.com/demergent-labs/wasmedge-quickjs", rev = "573c6c07316de64e4bb9a9561b079f265fd9bcc4" }
# wasmedge_quickjs = { path = "/home/wasmedge-quickjs" }
wasmi = "0.31.2"
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2018"
[dependencies]
serde = "1.0.202"
serde_json = "1.0.117"
candid = "0.10.8"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
ic-stable-structures = "0.6.5"
candid = "0.10.11"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
anyhow = "1.0.86"

[dev-dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
candid = "0.10.2"
candid = "0.10.11"
candid_parser = "0.1.2"
ic-cdk = "0.12.2"
ic-cdk-macros = "0.8.4"
ic-cdk-timers = "0.6.0"
ic-stable-structures = "0.6.5"
ic-wasi-polyfill = "0.6.1"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
ic-wasi-polyfill = "0.6.4"
rquickjs = { version = "0.6.2", features = ["array-buffer"] }
scopeguard = "1.2.0"
serde = "1.0.202"
Expand Down

0 comments on commit 9b22b7f

Please sign in to comment.