Skip to content

build(deps): bump ic-agent from 0.47.2 to 0.47.3#126

Merged
gregorydemay merged 1 commit into
mainfrom
dependabot/cargo/ic-agent-0.47.3
Jun 2, 2026
Merged

build(deps): bump ic-agent from 0.47.2 to 0.47.3#126
gregorydemay merged 1 commit into
mainfrom
dependabot/cargo/ic-agent-0.47.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps ic-agent from 0.47.2 to 0.47.3.

Release notes

Sourced from ic-agent's releases.

3267c27

No release notes provided.

01b6b2c

No release notes provided.

af6d55f

No release notes provided.

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.

... (truncated)

Changelog

Sourced from ic-agent's changelog.

[0.47.3] - 2026-05-15

  • ic-agent: Added the EffectiveId enum (Canister(Principal) | Subnet(Principal)) and widened Agent::update_signed, query_signed, request_status_signed, request_status_raw, wait, wait_signed, read_state_raw, verify, and sign_request_status to accept impl Into<EffectiveId>. Passing a bare Principal is unchanged (treated as EffectiveId::Canister(_)); passing EffectiveId::Subnet(_) routes to the subnet-scoped HTTP endpoints (/api/v4/subnet/<id>/call, /api/v3/subnet/<id>/read_state, /api/v3/subnet/<id>/query) introduced in IC interface spec 0.60.0.
  • ic-agent: Renamed the effective_canister_id argument of sign_request_status to effective_id to reflect that it can hold either an effective canister id or an effective subnet id. SignedRequestStatus::effective_canister_id is unchanged but its documentation now notes the same.
  • ic-utils: Added CreateCanisterBuilder::with_effective_subnet_id so subnet administrators can route create_canister calls to a specific subnet via the subnet-scoped management-canister endpoints.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 1, 2026 02:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 1, 2026
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 — ic-agent 0.47.2→0.47.3 patch. CI green.

@gregorydemay gregorydemay enabled auto-merge (squash) June 2, 2026 07:07
@gregorydemay
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/cargo/ic-agent-0.47.3 branch 4 times, most recently from 3bbd8ad to cc41543 Compare June 2, 2026 07:26
Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.47.2 to 0.47.3.
- [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.3
  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.3 branch from cc41543 to ed63821 Compare June 2, 2026 07:32
@gregorydemay gregorydemay merged commit 3690a34 into main Jun 2, 2026
11 checks passed
@gregorydemay gregorydemay deleted the dependabot/cargo/ic-agent-0.47.3 branch June 2, 2026 07:35
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