chore: bump the rust-majors group across 1 directory with 4 updates - #73
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-majors group with 4 updates in the / directory: [rusqlite](https://github.com/rusqlite/rusqlite), [toml](https://github.com/toml-rs/toml), [windows-future](https://github.com/microsoft/windows-rs) and [winreg](https://github.com/gentoo90/winreg-rs). Updates `rusqlite` from 0.37.0 to 0.40.2 - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.37.0...v0.40.2) Updates `toml` from 0.9.12+spec-1.1.0 to 1.1.6+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.1.6) Updates `windows-future` from 0.3.2 to 0.100.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `winreg` from 0.55.0 to 0.56.0 - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md) - [Commits](gentoo90/winreg-rs@v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: rusqlite dependency-version: 0.40.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: toml dependency-version: 1.1.6+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-majors - dependency-name: windows-future dependency-version: 0.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: winreg dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-majors-063c842a16
branch
from
September 25, 2026 13:52
bab0214 to
fac63d5
Compare
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-majors group with 4 updates in the / directory: rusqlite, toml, windows-future and winreg.
Updates
rusqlitefrom 0.37.0 to 0.40.2Release notes
Sourced from rusqlite's releases.
... (truncated)
Commits
e88f112Prepare released11c76eUpdate main.ymlc922ca5Lower MSRV to 1.88.06d3c282Merge pull request #1856 from gwenn/0.40.12ba28b7Prepare next releasea021dc7Merge pull request #1854 from gwenn/savepoint534a149Merge pull request #1855 from gwenn/hashlink6d9764fBump hashlink versionfa574ebUsesqlite3_keyword_check15385ccFix SQL injection when SAVEPOINT name is taintedUpdates
tomlfrom 0.9.12+spec-1.1.0 to 1.1.6+spec-1.1.0Commits
572c005chore: Release66d0c53docs: Update changelog07af4e7perf: Reduce allocations in toml_edit parsing and dumping (#1215)0ff90dbperf(display): Write encoded strings directlyefb2536perf(display): Move generated representation strings075c444refactor(display): Consolidate key-path encodingb48f338perf(display): Borrow table keys during document outputc6c1de3perf(parser): Move completed table header keysec90463perf(parser): Borrow input when creating editable documentsd76a48atest: Benchmark rendering generated keys and valuesUpdates
windows-futurefrom 0.3.2 to 0.100.0Release notes
Sourced from windows-future's releases.
... (truncated)
Commits
Updates
winregfrom 0.55.0 to 0.56.0Release notes
Sourced from winreg's releases.
Changelog
Sourced from winreg's changelog.
Commits
d14c8bdMerge branch 'winapi'. Bump version to 0.56.00315df4Bump version to 0.16.0d960232Fix build with rust 1.342ee4896Implement iterators that useOsStringfor key/value namesf2ad8ddMoveEnumKeysandEnumValuesto separate filesbc60391Add predefined key constantsfe54169Implement destructive serialization4993455Clarify the documentation ofRegKey::encode()5931b79Fix formatting of examples in documentation9ea7768Implement transaction rollback intransacted_serializationexample