deps: bump the rust-dependencies group with 7 updates#7
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
deps: bump the rust-dependencies group with 7 updates#7dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the rust-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [rich_rust](https://github.com/Dicklesworthstone/rich_rust) | `0.2.0` | `0.2.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.116` | `2.0.117` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.10.0` | | [fsqlite](https://github.com/Dicklesworthstone/frankensqlite) | `0.1.0` | `0.1.1` | | [fsqlite-core](https://github.com/Dicklesworthstone/frankensqlite) | `0.1.0` | `0.1.1` | | [fsqlite-types](https://github.com/Dicklesworthstone/frankensqlite) | `0.1.0` | `0.1.1` | | [fsqlite-error](https://github.com/Dicklesworthstone/frankensqlite) | `0.1.0` | `0.1.1` | Updates `rich_rust` from 0.2.0 to 0.2.1 - [Release notes](https://github.com/Dicklesworthstone/rich_rust/releases) - [Changelog](https://github.com/Dicklesworthstone/rich_rust/blob/master/CHANGELOG.md) - [Commits](Dicklesworthstone/rich_rust@v0.2.0...v0.2.1) Updates `syn` from 2.0.116 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.116...2.0.117) Updates `rand` from 0.8.5 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.10.0) Updates `fsqlite` from 0.1.0 to 0.1.1 - [Commits](https://github.com/Dicklesworthstone/frankensqlite/commits) Updates `fsqlite-core` from 0.1.0 to 0.1.1 - [Commits](https://github.com/Dicklesworthstone/frankensqlite/commits) Updates `fsqlite-types` from 0.1.0 to 0.1.1 - [Commits](https://github.com/Dicklesworthstone/frankensqlite/commits) Updates `fsqlite-error` from 0.1.0 to 0.1.1 - [Commits](https://github.com/Dicklesworthstone/frankensqlite/commits) --- updated-dependencies: - dependency-name: rich_rust dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: fsqlite dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fsqlite-core dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fsqlite-types dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fsqlite-error dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Owner
|
Thanks! Will batch dependency updates separately. |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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-dependencies group with 7 updates:
0.2.00.2.12.0.1162.0.1170.8.50.10.00.1.00.1.10.1.00.1.10.1.00.1.10.1.00.1.1Updates
rich_rustfrom 0.2.0 to 0.2.1Release notes
Sourced from rich_rust's releases.
Commits
b155a2dfix(interactive): enable syntax highlighting in Prompt and Select prompt rend...8af0ed9docs: update README license references to MIT + OpenAI/Anthropic Riderb9e75efchore: update license to MIT with OpenAI/Anthropic Ridere7beb53chore: add GitHub social preview image (1280x640)c109de9Replace assert!(false, ...) with panic!() in conformance tests9556469Upgrade dependencies: bitflags, fancy-regex, time, proptest, and others8785f20fix: remove nightly-only feature gate, bump to 0.2.12eb80a8chore: remove tracked pycache/*.pyc filesecfad41chore: add .DS_Store to .gitignoreUpdates
synfrom 2.0.116 to 2.0.117Release notes
Sourced from syn's releases.
Commits
7bcb37cRelease 2.0.1179c6e7d3Merge pull request #1970 from dtolnay/receiver019a848Fix self:: pattern in first function argument23f54f3Update test suite to nightly-2026-02-18b99b9a6Unpin CI miri toolchainUpdates
randfrom 0.8.5 to 0.10.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
acc5f24Prepare v0.10.0 releases (#1729)95c5165Add fn rand::make_rng (#1734)146da58CHANGELOG: add PR links (#1738)8cacd6dREADME tweaks (#1737)28e3df8Update chacha20: use ChaChaCore directly; remove bytes_until_reseed field (#1...03db311Replace fn reseed_and_generate with try_to_reseedb14483eApply inline attr to fn generatefda8f74Remove bytes_until_reseed field213bb3bBump chacha20 to 0.10.0-rc.1172afe1eMinor tweaks; prepare v0.10.0-rc.9 (#1736)Updates
fsqlitefrom 0.1.0 to 0.1.1Commits
Updates
fsqlite-corefrom 0.1.0 to 0.1.1Commits
Updates
fsqlite-typesfrom 0.1.0 to 0.1.1Commits
Updates
fsqlite-errorfrom 0.1.0 to 0.1.1Commits
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 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