Bump the all-dependencies group across 1 directory with 7 updates#355
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the all-dependencies group across 1 directory with 7 updates#355dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cairo-rs](https://github.com/gtk-rs/gtk-rs-core) | `0.20.1` | `0.21.2` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.28` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.3` | | [clap](https://github.com/clap-rs/clap) | `4.5.19` | `4.5.48` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.100` | | [x11rb](https://github.com/psychon/x11rb) | `0.13.1` | `0.13.2` | Updates `cairo-rs` from 0.20.1 to 0.21.2 - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/main/CHANGELOG.md) - [Commits](gtk-rs/gtk-rs-core@0.20.1...0.21.2) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `log` from 0.4.22 to 0.4.28 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.28) Updates `regex` from 1.11.0 to 1.11.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.3) Updates `clap` from 4.5.19 to 4.5.48 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.19...clap_complete-v4.5.48) Updates `anyhow` from 1.0.89 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.100) Updates `x11rb` from 0.13.1 to 0.13.2 - [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md) - [Commits](psychon/x11rb@v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: cairo-rs dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: log dependency-version: 0.4.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: x11rb dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 all-dependencies group with 7 updates in the / directory:
0.20.10.21.20.13.00.14.00.4.220.4.281.11.01.11.34.5.194.5.481.0.891.0.1000.13.10.13.2Updates
cairo-rsfrom 0.20.1 to 0.21.2Release notes
Sourced from cairo-rs's releases.
... (truncated)
Commits
b4fa4f2Update versions to 0.21.2f7446a4deny: Updatece03736Update Cargo.lockb2f4e2bglib: Fix pointer signedness50bd52dci: Don't build pango with--all-featuresfor now01511b4pango: Add newv1_57feature223292apango: Generate newFontColorenum3994d54Regenerate with latest gir / gir-files3ad9dabUpdate gir and gir-filesca16366Allows windows-sys 0.61 tooUpdates
itertoolsfrom 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68Addnext_arrayandcollect_arraya1213e1Prepare v0.14.0 releaseff0c942fix clippy lintsf80883bFix into_group_map_by documentation errorsb793238Add track_caller for asser_equal5d4056bdefault_featuresis deprecated - switch it todefault-featuresa447b68doc for added traitd0479b0"nitpicks"35c78ceIndexMut -> BorrowMut<slice>deb53barefactored to share codeUpdates
logfrom 0.4.22 to 0.4.28Release notes
Sourced from log's releases.
... (truncated)
Changelog
Sourced from log's changelog.
... (truncated)
Commits
6e17355Merge pull request #695 from rust-lang/cargo/0.4.2857719dbfocus on user-facing source changes in the changeloge0630c6prepare for 0.4.28 release60829b1Merge pull request #692 from nebkor/up-and-down95d44f8change names of log-level-changing methods to be more descriptive2b63dfaAddup()anddown()methods forLevelandLevelFilter3aa1359Merge pull request #690 from HaoliangXu/master1091f2cChore:delete compare_exchange method for AtomicUsize on platforms24c5f44Merge pull request #688 from ZylosLumen/patch-14498495Unhide#[derive(Debug)]in exampleUpdates
regexfrom 1.11.0 to 1.11.3Changelog
Sourced from regex's changelog.
Commits
ef1c2c31.11.3ad5cd6cdeps: bump regex-automataee69d9echangelog: 1.11.3159fa3eregex-automata-0.4.1102a62baautomata: callVec::shrink_to_fitin a few strategic placesa76e0a0cargo: excludetests/fuzzfrom the package19172ccstyle: inline formatting arguments2695e29ci: fix cross testingd0aa5861.11.2a3bf4adregex-cli-0.2.2Updates
clapfrom 4.5.19 to 4.5.48Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
c3a1ddcchore: Release4460ff4docs: Update changelog54947a1Merge pull request #5981 from mernen/fix-bash-clap-complete-spacefd3f6d2fix(complete): Restore nospace in bash2f6a108test(complete): Demonstrate current behaviorf88be57style: Ensure consistent newlinesf209bcechore: Releasef33ff7fdocs: Update changelogbf06e6fMerge pull request #5974 from kryvashek/support-clearing-args-matches5d357adfeat(parser): Added ArgMatches::try_clear_id()Updates
anyhowfrom 1.0.89 to 1.0.100Release notes
Sourced from anyhow's releases.
Commits
18c2598Release 1.0.100f271988Merge pull request #426 from dtolnay/clippyfmt52f2115Mark macros with clippy::format_argsda5fd9dRaise minimum tested compiler to rust 1.76211e409Opt in to generate-macro-expansion when building on docs.rsb48fc02Enforce trybuild >= 1.0.108d5f59fbUpdate ui test suite to nightly-2025-09-07238415dUpdate ui test suite to nightly-2025-08-243bab070Update actions/checkout@v4 -> v54249254Order cap-lints flag in the same order as thiserror build scriptUpdates
x11rbfrom 0.13.1 to 0.13.2Changelog
Sourced from x11rb's changelog.
Commits
1b73245Update the version number for the next release90b85b3Merge pull request #960 from psychon/update-changelog9927bc7Update the changelog for the next release6bf28a9Merge pull request #961 from psychon/clippy-elided-lifetime-confusing7299694Fix new clippy mismatched_lifetime_syntaxes warnings71d63b0Merge pull request #959 from joshtriplett/master2906f43Use newhints.mostly-unused18a4d88Merge pull request #958 from psychon/fix-ciab46a2eUse abs_diff as suggested by clippy36e7805Fix clippy warnings about variables in format! stringDependabot 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