Skip to content

build(deps): bump ic-agent from 0.46.2 to 0.47.2#111

Merged
ielashi merged 1 commit into
mainfrom
dependabot/cargo/ic-agent-0.47.2
May 11, 2026
Merged

build(deps): bump ic-agent from 0.46.2 to 0.47.2#111
ielashi merged 1 commit into
mainfrom
dependabot/cargo/ic-agent-0.47.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ic-agent from 0.46.2 to 0.47.2.

Release notes

Sourced from ic-agent's releases.

9cefbbd

No release notes provided.

ef469dc

No release notes provided.

aa201ca

No release notes provided.

215bb1f

No release notes provided.

8036fe0

No release notes provided.

ac0a59d

No release notes provided.

d4a451f

No release notes provided.

9829e87

No release notes provided.

363b347

No release notes provided.

88d14e1

No release notes provided.

8bbbee2

No release notes provided.

7b46cf5

No release notes provided.

8ac084d

No release notes provided.

74d77a2

No release notes provided.

86c6603

No release notes provided.

bbd28a3

No release notes provided.

2e6679b

No release notes provided.

... (truncated)

Changelog

Sourced from ic-agent's changelog.

[0.47.2] - 2026-04-22

  • ic-agent: Added InfoAwareIdentity and Identity::sender_info for setting canister-certified sender info.
  • ic-agent: Added PKCS#8 pem parsing to Secp256k1Identity and Prime256v1Identity.

[0.47.0] - 2026-03-23

  • ic-agent: DynamicRouteProviderBuilder::new() and ::from_components() now accept a k_top_nodes: Option<usize> parameter. Pass Some(k) to limit routing to the k nodes with the highest latency score; pass None to retain the existing behaviour of routing across all healthy nodes.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 01:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2026
@ielashi ielashi enabled auto-merge (squash) May 4, 2026 11:30
@dependabot dependabot Bot changed the title build(deps): bump ic-agent from 0.47.1 to 0.47.2 build(deps): bump ic-agent from 0.46.2 to 0.47.2 May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/ic-agent-0.47.2 branch 3 times, most recently from 84a8cf2 to b4ca77a Compare May 11, 2026 12:09
Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.46.2 to 0.47.2.
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

---
updated-dependencies:
- dependency-name: ic-agent
  dependency-version: 0.47.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/ic-agent-0.47.2 branch from b4ca77a to b2b991c Compare May 11, 2026 12:14
Copy link
Copy Markdown
Contributor

@gregorydemay gregorydemay left a comment

Choose a reason for hiding this comment

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

LGTM — clean dependency bump, all CI green.

@ielashi ielashi merged commit cc1cd12 into main May 11, 2026
11 checks passed
@ielashi ielashi deleted the dependabot/cargo/ic-agent-0.47.2 branch May 11, 2026 12:43
@gregorydemay
Copy link
Copy Markdown
Contributor

@dependabot squash and merge

gregorydemay added a commit that referenced this pull request May 11, 2026
ic-agent 0.47.2 is already on main via #111; 0.x.y minor bumps are
breaking under cargo semver, so consumers (e.g. sol-rpc-canister) need a
new release of this crate to be able to update transitively.
gregorydemay added a commit that referenced this pull request May 11, 2026
…-canister-runtime 0.5.0 and ic-agent-canister-runtime 0.4.0 (#116)

## Summary

Bundles two workspace dep bumps and releases the two affected runtime
crates so downstream consumers can pick them up:

- `pocket-ic` 12 → 13 (re-applies the bump rolled back by #114). Bumps
`ic-pocket-canister-runtime` 0.4.2 → 0.5.0 (breaking).
- `ic-agent` 0.46.2 → 0.47.2 landed already via #111. Bumps
`ic-agent-canister-runtime` 0.3.0 → 0.4.0 (breaking, since 0.x minor
bumps are semver-breaking).

Also pins the PocketIC server binary in CI to v13.0.0 — without it, the
v13 client refuses to talk to the v12 server and integration tests panic
with `Incompatible PocketIC server version`.

Unblocks the pocket-ic v13 / ic-agent v0.47.2 transitive upgrades in
`dfinity/evm-rpc-canister` and `dfinity/sol-rpc-canister`.
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