build(deps): bump the patch-updates group with 6 updates#5959
Merged
Conversation
Bumps the patch-updates group with 6 updates: | Package | From | To | | --- | --- | --- | | [document-features](https://github.com/slint-ui/document-features) | `0.2.9` | `0.2.10` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.62` | | [syn](https://github.com/dtolnay/syn) | `2.0.70` | `2.0.71` | | [bytes](https://github.com/tokio-rs/bytes) | `1.6.0` | `1.6.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.0` | `1.1.5` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.62` | Updates `document-features` from 0.2.9 to 0.2.10 - [Release notes](https://github.com/slint-ui/document-features/releases) - [Changelog](https://github.com/slint-ui/document-features/blob/master/CHANGELOG.md) - [Commits](https://github.com/slint-ui/document-features/commits) Updates `thiserror` from 1.0.61 to 1.0.62 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) Updates `syn` from 2.0.70 to 2.0.71 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.70...2.0.71) Updates `bytes` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.6.0...v1.6.1) Updates `cc` from 1.1.0 to 1.1.5 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.0...cc-v1.1.5) Updates `thiserror-impl` from 1.0.61 to 1.0.62 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.62) --- updated-dependencies: - dependency-name: document-features dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Wumpf
approved these changes
Jul 15, 2024
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 patch-updates group with 6 updates:
0.2.90.2.101.0.611.0.622.0.702.0.711.6.01.6.11.1.01.1.51.0.611.0.62Updates
document-featuresfrom 0.2.9 to 0.2.10Changelog
Sourced from document-features's changelog.
Commits
Updates
thiserrorfrom 1.0.61 to 1.0.62Release notes
Sourced from thiserror's releases.
Commits
0bf6e3dRelease 1.0.624977932Merge pull request #310 from dtolnay/nestedtuple40a7779Support .0.0 nested tuple indexf1ca210Add regression test for issue 309479744eNo need for dead code if struct fields are public4db08b1Ignore warning on unused struct in testf2824aeFill in ignore reasons in all #[ignore] attributesUpdates
synfrom 2.0.70 to 2.0.71Release notes
Sourced from syn's releases.
Commits
f34dc7bRelease 2.0.71896d58bMerge pull request #1706 from lemunozm/patch-1dd7e269Remove mut from Puntuated::get()Updates
bytesfrom 1.6.0 to 1.6.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
fd13c7dchore: prepare bytes v1.6.1 (#720)6b4b0edFixBytes::is_uniquewhen created from sharedBytesMut(#718)Updates
ccfrom 1.1.0 to 1.1.5Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
b646ce5chore: release (#1162)af4c928Fix cyclic compilation: Use vendored once_cell (#1154)1f82ef0chore: release (#1161)184d212Support compiling on wasm targets (Supersede #1068) (#1160)4255e9achore: release (#1155)3ee8c48Reduce msrv to 1.63 (#1158)a412806Revert "Use raw-dylib for windows-sys (#1137)" (#1157)d010d56Fix typos (#1152)d460056clippy: Fixdoc_lazy_continuationlints (#1153)25bee03chore: release (#1151)Updates
thiserror-implfrom 1.0.61 to 1.0.62Release notes
Sourced from thiserror-impl's releases.
Commits
0bf6e3dRelease 1.0.624977932Merge pull request #310 from dtolnay/nestedtuple40a7779Support .0.0 nested tuple indexf1ca210Add regression test for issue 309479744eNo need for dead code if struct fields are public4db08b1Ignore warning on unused struct in testf2824aeFill in ignore reasons in all #[ignore] attributesDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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