chore(deps): bump the all-deps group with 5 updates - #2433
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 all-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `2.0.119` | `3.0.3` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.4` | `1.0.5` | | [clap_lex](https://github.com/clap-rs/clap) | `1.1.0` | `1.1.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.1.4` | `1.1.5` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.24` | `1.0.26` | Updates `syn` from 2.0.119 to 3.0.3 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.119...3.0.3) Updates `cfg-if` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/rust-lang/cfg-if/releases) - [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md) - [Commits](rust-lang/cfg-if@v1.0.4...v1.0.5) Updates `clap_lex` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md) - [Commits](clap-rs/clap@clap_lex-v1.1.0...clap_lex-v1.1.1) Updates `rustix` from 1.1.4 to 1.1.5 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.1.4...v1.1.5) Updates `unicode-ident` from 1.0.24 to 1.0.26 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.24...1.0.26) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: cfg-if dependency-version: 1.0.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: clap_lex dependency-version: 1.1.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: rustix dependency-version: 1.1.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: unicode-ident dependency-version: 1.0.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This branch has not been deployed
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 all-deps group with 5 updates:
2.0.1193.0.31.0.41.0.51.1.01.1.11.1.41.1.51.0.241.0.26Updates
synfrom 2.0.119 to 3.0.3Release notes
Sourced from syn's releases.
... (truncated)
Commits
23dbaabRelease 3.0.316aad4eMerge pull request #2071 from dtolnay/compatibility42181b8Add explanation of compatibility strategyf3af08eUpdate test suite to nightly-2026-07-2188ee7beRelease 3.0.2587bc20Merge pull request #2070 from dtolnay/emptyrange96801f7Allow Error::new_range at empty cursor range9dc16c9Merge pull request #2069 from dtolnay/prevspan1db76b7Align on using impl trait across all Error constructorsbfa1ebfMake Cursor::prev_span publicUpdates
cfg-iffrom 1.0.4 to 1.0.5Release notes
Sourced from cfg-if's releases.
Changelog
Sourced from cfg-if's changelog.
Commits
8b0a2b0Deprecation notice + crate version bumpefabe3fAdd a changelog entry for the upcoming deprecation noticea66c2d4Bump actions/checkout from 6 to 7bda9677Bump actions/checkout from 5 to 6Updates
clap_lexfrom 1.1.0 to 1.1.1Changelog
Sourced from clap_lex's changelog.
Commits
13f2db5chore: Release3304feadocs: Update changelog7b2ad34Merge pull request #6521 from r-near/feat/derive-deferred-initialization4380302chore(deps): Update Rust crate trybuild to v1.0.120 (#6509)a812461Merge pull request #6528 from epage/template710884fstyle: Make clippy happyce800a3chore: Update from _rust template78d70f3feat(derive): Defer enum subcommand initialization2b2d881test(derive): Cover subcommand initialization7f87020test(derive): Build before nested introspectionUpdates
rustixfrom 1.1.4 to 1.1.5Commits
287214bchore: Release rustix version 1.1.50cea188fix(bug): ns->us overflow handling (#1655)a99fd26build: Remove OUT_DIR probe artifact (#1628)1e2954afix build errors for horizon target (#1671)4cecb72Mangle the name ofrustix::runtimeto discourage users. (#1633)ded795bFix compile errors for next libc version (#1676)9640071Expose theO_SYMLINK&O_NOFOLLOW_ANYflags on Apple platforms (#1666)cf67411Fix debug printing of abstract socket addrs (#1615)aab9464Completely removerustc_attrs. (#1663)a9620e8ci: fix syn pin (#1647)Updates
unicode-identfrom 1.0.24 to 1.0.26Release notes
Sourced from unicode-ident's releases.
Commits
48771a6Release 1.0.26c96ef8cMerge pull request 50 from Marcondiro/branchless-fallback025b17aRelease 1.0.25750c094Merge pull request #51 from dtolnay/unicode18.0.08f62fe4Update to Unicode 18.0.0359c15fFix regenerate command528a906Use entry within trie as fallback for out-of-range codepointsb23d56cUpdate actions/upload-artifact@v6 -> v7c4d1332Update actions/checkout@v6 -> v7673c288Raise minimum tested compiler to Rust 1.90Most Recent Ignore Conditions Applied to This Pull Request
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