Skip to content

chore(deps): bump the dependencies group across 2 directories with 2 updates#1500

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/internal/cluster/dependencies-e185bf8bb8
Open

chore(deps): bump the dependencies group across 2 directories with 2 updates#1500
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/internal/cluster/dependencies-e185bf8bb8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 2 updates in the /internal/cluster directory: go.sia.tech/core and go.sia.tech/coreutils.
Bumps the dependencies group with 2 updates in the /sdk directory: go.sia.tech/core and go.sia.tech/coreutils.

Updates go.sia.tech/core from 0.20.0 to 0.21.0

Release notes

Sourced from go.sia.tech/core's releases.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Changelog

Sourced from go.sia.tech/core's changelog.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Commits
  • ca32f2d Merge pull request #402 from SiaFoundation/release
  • 084933d chore: prepare release 0.21.0
  • 85ad6e0 Merge pull request #401 from SiaFoundation/nate/balance-pools
  • 2256f20 Add sentinel errors; remove rpc fund pool
  • 6f8211b Bind PoolAttachment/PoolDetachment SigHash to host key and RPC ID
  • 1015185 fix lint
  • a09f379 add account pools
  • 19aaca8 address comment
  • 795b277 changeset
  • 188248b Update RangeProofVerifier.ReadFrom to return actual bytes read from the io.Re...
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.21.3 to 0.22.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Commits
  • 36253a4 Merge pull request #426 from SiaFoundation/release
  • c8cad8a chore: prepare release 0.22.0
  • a820662 Merge pull request #427 from SiaFoundation/chris/wrap-client-error
  • b081ba1 changeset
  • 83ce27e Wrap client rpc errors in RPCError
  • e0f827a Merge pull request #421 from SiaFoundation/nate/balance-pools
  • a0b230a address comments
  • 7e990b1 add account pools
  • 1d28a32 build(deps): bump go.sia.tech/core
  • 365fd5e build(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.20.0 to 0.21.0

Release notes

Sourced from go.sia.tech/core's releases.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Changelog

Sourced from go.sia.tech/core's changelog.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Commits
  • ca32f2d Merge pull request #402 from SiaFoundation/release
  • 084933d chore: prepare release 0.21.0
  • 85ad6e0 Merge pull request #401 from SiaFoundation/nate/balance-pools
  • 2256f20 Add sentinel errors; remove rpc fund pool
  • 6f8211b Bind PoolAttachment/PoolDetachment SigHash to host key and RPC ID
  • 1015185 fix lint
  • a09f379 add account pools
  • 19aaca8 address comment
  • 795b277 changeset
  • 188248b Update RangeProofVerifier.ReadFrom to return actual bytes read from the io.Re...
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.21.3 to 0.22.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Commits
  • 36253a4 Merge pull request #426 from SiaFoundation/release
  • c8cad8a chore: prepare release 0.22.0
  • a820662 Merge pull request #427 from SiaFoundation/chris/wrap-client-error
  • b081ba1 changeset
  • 83ce27e Wrap client rpc errors in RPCError
  • e0f827a Merge pull request #421 from SiaFoundation/nate/balance-pools
  • a0b230a address comments
  • 7e990b1 add account pools
  • 1d28a32 build(deps): bump go.sia.tech/core
  • 365fd5e build(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.20.0 to 0.21.0

Release notes

Sourced from go.sia.tech/core's releases.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Changelog

Sourced from go.sia.tech/core's changelog.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Commits
  • ca32f2d Merge pull request #402 from SiaFoundation/release
  • 084933d chore: prepare release 0.21.0
  • 85ad6e0 Merge pull request #401 from SiaFoundation/nate/balance-pools
  • 2256f20 Add sentinel errors; remove rpc fund pool
  • 6f8211b Bind PoolAttachment/PoolDetachment SigHash to host key and RPC ID
  • 1015185 fix lint
  • a09f379 add account pools
  • 19aaca8 address comment
  • 795b277 changeset
  • 188248b Update RangeProofVerifier.ReadFrom to return actual bytes read from the io.Re...
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.21.3 to 0.22.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Commits
  • 36253a4 Merge pull request #426 from SiaFoundation/release
  • c8cad8a chore: prepare release 0.22.0
  • a820662 Merge pull request #427 from SiaFoundation/chris/wrap-client-error
  • b081ba1 changeset
  • 83ce27e Wrap client rpc errors in RPCError
  • e0f827a Merge pull request #421 from SiaFoundation/nate/balance-pools
  • a0b230a address comments
  • 7e990b1 add account pools
  • 1d28a32 build(deps): bump go.sia.tech/core
  • 365fd5e build(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1
  • Additional commits viewable in compare view

Updates go.sia.tech/core from 0.20.0 to 0.21.0

Release notes

Sourced from go.sia.tech/core's releases.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Changelog

Sourced from go.sia.tech/core's changelog.

0.21.0 (2026-05-08)

Breaking Changes

Add RHP4 pool RPCs and types for shared balance pools.

Pools let a renter deposit once into a shared backing pool and have multiple accounts draw from it on demand, reducing the per-account allowance needed and the total capital tied up in idle balances. This is especially useful for multi-tenant setups where one party holds the funds and many account keypairs spend from them.

Features

  • Introduce ErrorCodeClientError for client-side RPC errors.

Fixes

  • Update RangeProofVerifier.ReadFrom to return actual bytes read from io.Reader rather than multiple of subtree size.
Commits
  • ca32f2d Merge pull request #402 from SiaFoundation/release
  • 084933d chore: prepare release 0.21.0
  • 85ad6e0 Merge pull request #401 from SiaFoundation/nate/balance-pools
  • 2256f20 Add sentinel errors; remove rpc fund pool
  • 6f8211b Bind PoolAttachment/PoolDetachment SigHash to host key and RPC ID
  • 1015185 fix lint
  • a09f379 add account pools
  • 19aaca8 address comment
  • 795b277 changeset
  • 188248b Update RangeProofVerifier.ReadFrom to return actual bytes read from the io.Re...
  • Additional commits viewable in compare view

Updates go.sia.tech/coreutils from 0.21.3 to 0.22.0

Release notes

Sourced from go.sia.tech/coreutils's releases.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Changelog

Sourced from go.sia.tech/coreutils's changelog.

0.22.0 (2026-05-12)

Breaking Changes

Add RHP4 pool RPC handlers, renter helpers, and Contractor interface methods for shared balance pools.

Hosts can now back accounts with shared balance pools so renters don't need to pre-fund and continually rebalance every account. A renter funds a pool once and attaches as many accounts as they want; debits drain the account's own balance first and fall through to attached pools, which keeps per-account allowances small and reduces the total capital sitting idle in account balances. This is the host-side companion to the new RHP4 pool RPCs.

Extends the RHP4 Contractor interface with PoolBalances, CreditPoolsWithContract, AttachPools, and DetachPools (existing implementations must be updated). Adds host-side handlers for the new pool RPCs and renter-side helpers RPCReplenishPools, RPCAttachPools, and RPCDetachPools. DebitAccount semantics are extended to drain the account's own balance first, then attached pools in attachment order.

Fixes

  • Check downloaded data length in RPCReadSector before proof validation for a more meaningful error.
  • Fix incorrect v2 pool index.
  • Wrap client rpc errors in RPCError.
Commits
  • 36253a4 Merge pull request #426 from SiaFoundation/release
  • c8cad8a chore: prepare release 0.22.0
  • a820662 Merge pull request #427 from SiaFoundation/chris/wrap-client-error
  • b081ba1 changeset
  • 83ce27e Wrap client rpc errors in RPCError
  • e0f827a Merge pull request #421 from SiaFoundation/nate/balance-pools
  • a0b230a address comments
  • 7e990b1 add account pools
  • 1d28a32 build(deps): bump go.sia.tech/core
  • 365fd5e build(deps): bump github.com/quic-go/quic-go from 0.59.0 to 0.59.1
  • Additional commits viewable in compare view

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 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

…updates

Bumps the dependencies group with 2 updates in the /internal/cluster directory: [go.sia.tech/core](https://github.com/SiaFoundation/core) and [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils).
Bumps the dependencies group with 2 updates in the /sdk directory: [go.sia.tech/core](https://github.com/SiaFoundation/core) and [go.sia.tech/coreutils](https://github.com/SiaFoundation/coreutils).


Updates `go.sia.tech/core` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.20.0...v0.21.0)

Updates `go.sia.tech/coreutils` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.21.3...v0.22.0)

Updates `go.sia.tech/core` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.20.0...v0.21.0)

Updates `go.sia.tech/coreutils` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.21.3...v0.22.0)

Updates `go.sia.tech/core` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.20.0...v0.21.0)

Updates `go.sia.tech/coreutils` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.21.3...v0.22.0)

Updates `go.sia.tech/core` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/SiaFoundation/core/releases)
- [Changelog](https://github.com/SiaFoundation/core/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/core@v0.20.0...v0.21.0)

Updates `go.sia.tech/coreutils` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/SiaFoundation/coreutils/releases)
- [Changelog](https://github.com/SiaFoundation/coreutils/blob/master/CHANGELOG.md)
- [Commits](SiaFoundation/coreutils@v0.21.3...v0.22.0)

---
updated-dependencies:
- dependency-name: go.sia.tech/core
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/core
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.sia.tech/coreutils
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 13, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

5 Skipped Deployments
Project Deployment Actions Updated (UTC)
explorer Ignored Ignored Preview May 13, 2026 9:47am
explorer-zen Ignored Ignored Preview May 13, 2026 9:47am
hostd Ignored Ignored Preview May 13, 2026 9:47am
indexd Ignored Ignored Preview May 13, 2026 9:47am
renterd Ignored Ignored Preview May 13, 2026 9:47am

Request Review

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 13, 2026
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 13, 2026

⚠️ No Changeset found

Latest commit: 1ad7333

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang/​go.sia.tech/​coreutils@​v0.21.3 ⏵ v0.22.098 +1100100100100
Updatedgolang/​go.sia.tech/​core@​v0.20.0 ⏵ v0.21.099 +1100100100100

View full report

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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants