Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump the ic-dependencies group with 6 updates #2338

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2024

Bumps the ic-dependencies group with 6 updates:

Package From To
ic-cdk 0.12.2 0.16.0
ic-cdk-macros 0.8.4 0.16.0
ic-cdk-timers 0.6.0 0.11.0
candid 0.10.10 0.10.11
ic-stable-structures 0.6.5 0.6.7
ic-wasi-polyfill 0.6.1 0.6.4

Updates ic-cdk from 0.12.2 to 0.16.0

Commits

Updates ic-cdk-macros from 0.8.4 to 0.16.0

Commits

Updates ic-cdk-timers from 0.6.0 to 0.11.0

Commits

Updates candid from 0.10.10 to 0.10.11

Changelog

Sourced from candid's changelog.

Candid 0.10.11

  • Add IDLBuilder.try_reserve_value_serializer_capacity() to reserve capacity before serializing a large amount of data.

2024-05-03

Commits

Updates ic-stable-structures from 0.6.5 to 0.6.7

Release notes

Sourced from ic-stable-structures's releases.

v0.6.7

Overview

This release brings in significant performance improvements in various stable structures. There are also some small features included, like the addition of keys and values on StableBTreeMap as well as fix for StableVec.

What's Changed

Full Changelog: dfinity/stable-structures@v0.6.6...v0.6.7

v0.6.6

Overview

This release adds the ability to iterate backwards in a StableBTreeMap. Additionally includes some other small changes, like bumping some dependency versions and fixing a problem with posting the comment about benchmarks on PRs.

What's Changed

New Contributors

Full Changelog: dfinity/stable-structures@v0.6.5...v0.6.6

Commits
  • a6703c9 chore: bump version to 0.6.7 (#252)
  • 5fc208d fix: Fix Vec Iter::count() after next_back() (#250)
  • 2129c23 perf: Add new efficient APIs read_unsafe and read_to_vec (#248)
  • 0b510c0 perf: Add inline hint to Ic0StableMemory methods (#247)
  • 8c75149 perf: Refactor the internal Value data structure and make some performance im...
  • 0814d4b test: Add two new benchmarks for benchmarking situations where not every valu...
  • 1f75f43 perf: Optimize how values are stored and handled (#237)
  • 1f9b516 feat: implement keys and values on StableBTreeMap (#241)
  • 376db8d chore: bump version to 0.6.6 (#239)
  • 6688005 feat: implement DoubleEndedIterator for StableBTreeMap (#235)
  • Additional commits viewable in compare view

Updates ic-wasi-polyfill from 0.6.1 to 0.6.4

Changelog

Sourced from ic-wasi-polyfill's changelog.

[v0.6.4]

  • Update Pocket-ic client version to V0.5.
  • Update dependencies to the latest versions.
  • Add default implementation for poll_oneoff to avoid panic by default.

[v0.6.3]

  • Add changelog.
  • Add some exploration tests for the C language canisters.
  • Fix file access status error.

[v0.6.2]

  • Improved debug messages.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 18, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-62a1cd4057 branch from d8d12d9 to 9b22b7f Compare December 19, 2024 02:58
@bdemann
Copy link
Member

bdemann commented Dec 19, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-62a1cd4057 branch from 9b22b7f to 944181e Compare December 19, 2024 19:31
lastmjs
lastmjs previously approved these changes Dec 19, 2024
@lastmjs
Copy link
Member

lastmjs commented Dec 20, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-62a1cd4057 branch from db6275f to f18dbca Compare December 20, 2024 01:06
@lastmjs
Copy link
Member

lastmjs commented Dec 20, 2024

@dependabot recreate

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]>
@dependabot dependabot bot force-pushed the dependabot/cargo/ic-dependencies-62a1cd4057 branch from eab117f to e092e6c Compare December 20, 2024 17:21
@lastmjs lastmjs merged commit 5b8abcb into main Dec 20, 2024
366 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/ic-dependencies-62a1cd4057 branch December 20, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants