Skip to content

Commit 317baf7

Browse files
deps: bump the ic-dependencies group with 3 updates
Bumps the ic-dependencies group with 3 updates: [candid](https://github.com/dfinity/candid), [ic-stable-structures](https://github.com/dfinity/stable-structures) and [ic-wasi-polyfill](https://github.com/wasm-forge/ic-wasi-polyfill). Updates `candid` from 0.10.19 to 0.10.20 - [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.9 to 0.7.2 - [Release notes](https://github.com/dfinity/stable-structures/releases) - [Changelog](https://github.com/dfinity/stable-structures/blob/main/RELEASE_GUIDE.md) - [Commits](dfinity/stable-structures@v0.6.9...v0.7.2) Updates `ic-wasi-polyfill` from 0.8.2 to 0.11.1 - [Changelog](https://github.com/wasm-forge/ic-wasi-polyfill/blob/main/CHANGELOG.md) - [Commits](wasm-forge/ic-wasi-polyfill@v0.8.2...v0.11.1) --- updated-dependencies: - dependency-name: candid dependency-version: 0.10.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ic-dependencies - dependency-name: ic-stable-structures dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ic-dependencies - dependency-name: ic-wasi-polyfill dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ic-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a129d32 commit 317baf7

File tree

2 files changed

+24
-39
lines changed

2 files changed

+24
-39
lines changed

Cargo.lock

Lines changed: 21 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ members = [
88

99
[workspace.dependencies]
1010
anyhow = "1.0.100"
11-
candid = "0.10.19"
11+
candid = "0.10.20"
1212
candid_parser = "0.1.4"
1313
ic-cdk = "0.18.7"
1414
ic-cdk-timers = "0.12.2"
15-
ic-stable-structures = "0.6.9"
16-
ic-wasi-polyfill = "0.8.2"
15+
ic-stable-structures = "0.7.2"
16+
ic-wasi-polyfill = "0.11.1"
1717
peak_alloc = "0.3.0"
1818
rand = "0.9.2"
1919
scopeguard = "1.2.0"

0 commit comments

Comments
 (0)