Skip to content

build(deps): Bump pocket-ic from 13.0.0 to 14.0.0#103

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pocket-ic-14.0.0
Open

build(deps): Bump pocket-ic from 13.0.0 to 14.0.0#103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/pocket-ic-14.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Copy link
Copy Markdown

Bumps pocket-ic from 13.0.0 to 14.0.0.

Release notes

Sourced from pocket-ic's releases.

release-2026-06-12_04-52-hotfix

IC release-2026-06-12_04-52-hotfix

release-2026-06-12_04-52-base

IC release-2026-06-12_04-52-base

release-2026-05-29_04-44-hotfix

IC release-2026-05-29_04-44-hotfix

release-2026-06-04_04-52-hotfix

IC release-2026-06-04_04-52-hotfix

release-2026-06-04_04-52-canister-logging

IC release-2026-06-04_04-52-canister-logging

release-2026-06-04_04-52-base

IC release-2026-06-04_04-52-base

release-2026-05-29_04-44-canister-logging

IC release-2026-05-29_04-44-canister-logging

release-2026-05-29_04-44-base

IC release-2026-05-29_04-44-base

release-2026-05-21_04-45-base

IC release-2026-05-21_04-45-base

release-2026-05-15_10-22-base

IC release-2026-05-15_10-22-base

release-2026-05-07_04-27-base

IC release-2026-05-07_04-27-base

release-2026-04-30_04-26-dirty-accessed-charging

IC release-2026-04-30_04-26-dirty-accessed-charging

release-2026-04-30_04-26-base

IC release-2026-04-30_04-26-base

release-2026-04-24_04-21-dirty-accessed-charging

IC release-2026-04-24_04-21-dirty-accessed-charging

release-2026-04-24_04-21-base

IC release-2026-04-24_04-21-base

release-2026-04-16_04-20-base

IC release-2026-04-16_04-20-base

release-2026-04-10_04-17-base

IC release-2026-04-10_04-17-base

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026
Copilot AI review requested due to automatic review settings May 29, 2026 01:22
@dependabot dependabot Bot requested a review from a team as a code owner May 29, 2026 01:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions

github-actions Bot commented May 29, 2026

Copy link
Copy Markdown

canbench 🏋 (dir: canister) 26bcb81 2026-06-18 07:23:56 UTC

canister/canbench_results.yml is up to date
📦 canbench_results_benchmark.csv available in artifacts

---------------------------------------------------

Summary:
  instructions:
    status:   No significant changes 👍
    counts:   [total 12 | regressed 0 | improved 0 | new 0 | unchanged 12]
    change:   [max +1.41M | p75 +1.17M | median +153.35K | p25 0 | min 0]
    change %: [max +1.51% | p75 +0.71% | median +0.14% | p25 0.00% | min 0.00%]

  heap_increase:
    status:   No significant changes 👍
    counts:   [total 12 | regressed 0 | improved 0 | new 0 | unchanged 12]
    change:   [max 0 | p75 0 | median 0 | p25 0 | min 0]
    change %: [max 0.00% | p75 0.00% | median 0.00% | p25 0.00% | min 0.00%]

  stable_memory_increase:
    status:   No significant changes 👍
    counts:   [total 12 | regressed 0 | improved 0 | new 0 | unchanged 12]
    change:   [max 0 | p75 0 | median 0 | p25 0 | min 0]
    change %: [max 0.00% | p75 0.00% | median 0.00% | p25 0.00% | min 0.00%]

---------------------------------------------------

Only significant changes:
| status | name                                                          | calls |     ins |  ins Δ% | HI |  HI Δ% | SMI |  SMI Δ% |
|--------|---------------------------------------------------------------|-------|---------|---------|----|--------|-----|---------|
|   +    | bench_upgrade_1000_no_fills::pre_upgrade::save_snapshot       |     1 |   1.12M |  +3.43% |  0 |  0.00% | 128 |   0.00% |
|   +    | bench_upgrade_1000_no_fills::pre_upgrade                      |     1 |   1.20M |  +3.19% |  0 |  0.00% | 128 |   0.00% |
|   +    | bench_upgrade_full_depth::pre_upgrade::save_snapshot          |     1 |  11.87M |  +2.20% |  0 |  0.00% | 128 |   0.00% |
|   +    | bench_write_events::Matching                                  |     1 | 621.94K |  +2.16% |  1 |  0.00% |   0 |   0.00% |
|   +    | bench_write_events::CancelLimitOrder                          |     1 |   6.58K |  +2.14% |  0 |  0.00% |   0 |   0.00% |
|   -    | bench_upgrade_full_depth::post_upgrade::load_stable_memory    |     1 |   6.10K |  -4.75% |  0 |  0.00% |   0 |   0.00% |
|   -    | bench_upgrade_1000_no_fills::post_upgrade::load_stable_memory |     1 |   6.00K |  -4.82% |  0 |  0.00% |   0 |   0.00% |
|  new   | bench_read_events::SetHalt                                    |     1 |  47.30K |         |  0 |        |   0 |         |
|  new   | bench_write_events::SetHalt                                   |     1 |  69.75K |         |  0 |        |   0 |         |

ins = instructions, HI = heap_increase, SMI = stable_memory_increase, Δ% = percent change

---------------------------------------------------
CSV results saved to canbench_results.csv

@ielashi ielashi enabled auto-merge May 29, 2026 06:51
@dependabot dependabot Bot force-pushed the dependabot/cargo/pocket-ic-14.0.0 branch from dfadf8a to 9e3c0ce Compare June 15, 2026 08:03
Bumps [pocket-ic](https://github.com/dfinity/ic) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/dfinity/ic/releases)
- [Commits](https://github.com/dfinity/ic/commits)

---
updated-dependencies:
- dependency-name: pocket-ic
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings June 18, 2026 07:17
@dependabot dependabot Bot force-pushed the dependabot/cargo/pocket-ic-14.0.0 branch from 9e3c0ce to e0a5fbb Compare June 18, 2026 07:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

1 participant