build(deps): bump the rust group across 1 directory with 6 updates#147
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the rust group across 1 directory with 6 updates#147dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust group with 6 updates in the / directory:
0.26.00.26.10.26.00.26.10.26.00.26.10.15.240.15.251.23.31.23.41.0.01.0.1Updates
capnpfrom 0.26.0 to 0.26.1Commits
d10f4a3prepare for capnp-v0.26.1 releasede1391cfix bugs found by Fablefa398e9[capnp] remove spurious bound from IntoInternalListReader impl for enum_listdd93604[rpc] avoid possible panic on bad question ID in Return message5ac4349minor cleanupe30b115snake_to_uppercase() -> std::to_ascii_uppercase()ec16b64Bump actions/checkout from 6 to 7 (#670)8037536write_fmt(format_args!()) -> write!()49dd33fsimplify a match statementaf93988remove dead allow(dead_code) attributeUpdates
capnp-futuresfrom 0.26.0 to 0.26.1Commits
89c8dbeprepare for capnp-futures and capnp-rpc v0.26.1 releasesd10f4a3prepare for capnp-v0.26.1 releasede1391cfix bugs found by Fablefa398e9[capnp] remove spurious bound from IntoInternalListReader impl for enum_listdd93604[rpc] avoid possible panic on bad question ID in Return message5ac4349minor cleanupe30b115snake_to_uppercase() -> std::to_ascii_uppercase()ec16b64Bump actions/checkout from 6 to 7 (#670)8037536write_fmt(format_args!()) -> write!()49dd33fsimplify a match statementUpdates
capnp-rpcfrom 0.26.0 to 0.26.1Commits
89c8dbeprepare for capnp-futures and capnp-rpc v0.26.1 releasesd10f4a3prepare for capnp-v0.26.1 releasede1391cfix bugs found by Fablefa398e9[capnp] remove spurious bound from IntoInternalListReader impl for enum_listdd93604[rpc] avoid possible panic on bad question ID in Return message5ac4349minor cleanupe30b115snake_to_uppercase() -> std::to_ascii_uppercase()ec16b64Bump actions/checkout from 6 to 7 (#670)8037536write_fmt(format_args!()) -> write!()49dd33fsimplify a match statementUpdates
configfrom 0.15.24 to 0.15.25Changelog
Sourced from config's changelog.
Commits
8fc857fchore: Release config version 0.15.25cbf8542docs: Update changelogac0ee7bfix(ron): map u64 values to ValueKind::U64 instead of lossy I64 cast (#761)55d4418fix(ron): map u64 values to ValueKind::U64 instead of lossy I64 castUpdates
uuidfrom 1.23.3 to 1.23.4Release notes
Sourced from uuid's releases.
Commits
3296d64Merge pull request #890 from uuid-rs/cargo/v1.23.4cba53d0prepare for 1.23.4 releasee347af4Merge pull request #889 from frostyplanet/maine9bf55cdoc: Fix broken link warnings5351af4doc: Enable feature flag label for docs.rs1e6a966Merge pull request #888 from uuid-rs/KodrAus-patch-1c9619f6fix up name of fuzz script in readmeUpdates
cognosfrom 1.0.0 to 1.0.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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