Skip to content

build(deps): bump the rust group across 1 directory with 6 updates#147

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-82a8de691c
Open

build(deps): bump the rust group across 1 directory with 6 updates#147
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-82a8de691c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust group with 6 updates in the / directory:

Package From To
capnp 0.26.0 0.26.1
capnp-futures 0.26.0 0.26.1
capnp-rpc 0.26.0 0.26.1
config 0.15.24 0.15.25
uuid 1.23.3 1.23.4
cognos 1.0.0 1.0.1

Updates capnp from 0.26.0 to 0.26.1

Commits
  • d10f4a3 prepare for capnp-v0.26.1 release
  • de1391c fix bugs found by Fable
  • fa398e9 [capnp] remove spurious bound from IntoInternalListReader impl for enum_list
  • dd93604 [rpc] avoid possible panic on bad question ID in Return message
  • 5ac4349 minor cleanup
  • e30b115 snake_to_uppercase() -> std::to_ascii_uppercase()
  • ec16b64 Bump actions/checkout from 6 to 7 (#670)
  • 8037536 write_fmt(format_args!()) -> write!()
  • 49dd33f simplify a match statement
  • af93988 remove dead allow(dead_code) attribute
  • Additional commits viewable in compare view

Updates capnp-futures from 0.26.0 to 0.26.1

Commits
  • 89c8dbe prepare for capnp-futures and capnp-rpc v0.26.1 releases
  • d10f4a3 prepare for capnp-v0.26.1 release
  • de1391c fix bugs found by Fable
  • fa398e9 [capnp] remove spurious bound from IntoInternalListReader impl for enum_list
  • dd93604 [rpc] avoid possible panic on bad question ID in Return message
  • 5ac4349 minor cleanup
  • e30b115 snake_to_uppercase() -> std::to_ascii_uppercase()
  • ec16b64 Bump actions/checkout from 6 to 7 (#670)
  • 8037536 write_fmt(format_args!()) -> write!()
  • 49dd33f simplify a match statement
  • Additional commits viewable in compare view

Updates capnp-rpc from 0.26.0 to 0.26.1

Commits
  • 89c8dbe prepare for capnp-futures and capnp-rpc v0.26.1 releases
  • d10f4a3 prepare for capnp-v0.26.1 release
  • de1391c fix bugs found by Fable
  • fa398e9 [capnp] remove spurious bound from IntoInternalListReader impl for enum_list
  • dd93604 [rpc] avoid possible panic on bad question ID in Return message
  • 5ac4349 minor cleanup
  • e30b115 snake_to_uppercase() -> std::to_ascii_uppercase()
  • ec16b64 Bump actions/checkout from 6 to 7 (#670)
  • 8037536 write_fmt(format_args!()) -> write!()
  • 49dd33f simplify a match statement
  • Additional commits viewable in compare view

Updates config from 0.15.24 to 0.15.25

Changelog

Sourced from config's changelog.

[0.15.25] - 2026-06-26

Fixes

  • (ron) Support u64, and not just i64
Commits
  • 8fc857f chore: Release config version 0.15.25
  • cbf8542 docs: Update changelog
  • ac0ee7b fix(ron): map u64 values to ValueKind::U64 instead of lossy I64 cast (#761)
  • 55d4418 fix(ron): map u64 values to ValueKind::U64 instead of lossy I64 cast
  • See full diff in compare view

Updates uuid from 1.23.3 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • See full diff in compare view

Updates cognos from 1.0.0 to 1.0.1

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

Bumps the rust group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [capnp](https://github.com/capnproto/capnproto-rust) | `0.26.0` | `0.26.1` |
| [capnp-futures](https://github.com/dwrensha/capnproto-rust) | `0.26.0` | `0.26.1` |
| [capnp-rpc](https://github.com/capnproto/capnproto-rust) | `0.26.0` | `0.26.1` |
| [config](https://github.com/rust-cli/config-rs) | `0.15.24` | `0.15.25` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.3` | `1.23.4` |
| cognos | `1.0.0` | `1.0.1` |



Updates `capnp` from 0.26.0 to 0.26.1
- [Commits](capnproto/capnproto-rust@capnp-v0.26.0...capnp-v0.26.1)

Updates `capnp-futures` from 0.26.0 to 0.26.1
- [Commits](capnproto/capnproto-rust@capnp-futures-v0.26.0...capnp-futures-v0.26.1)

Updates `capnp-rpc` from 0.26.0 to 0.26.1
- [Commits](capnproto/capnproto-rust@capnp-rpc-v0.26.0...capnp-rpc-v0.26.1)

Updates `config` from 0.15.24 to 0.15.25
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.24...v0.15.25)

Updates `uuid` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.3...v1.23.4)

Updates `cognos` from 1.0.0 to 1.0.1

---
updated-dependencies:
- dependency-name: capnp
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: capnp-futures
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: capnp-rpc
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: config
  dependency-version: 0.15.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: cognos
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 12, 2026
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.

0 participants