-
Notifications
You must be signed in to change notification settings - Fork 3
Bump the minor-patch group across 1 directory with 28 updates #493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/minor-patch-f47de9ccab
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the minor-patch group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [gettext-rs](https://github.com/gettext-rs/gettext-rs) | `0.7.2` | `0.7.7` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.3` | `1.1.4` | | [autocfg](https://github.com/cuviper/autocfg) | `1.4.0` | `1.5.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.10.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.44` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.12.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.177` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.6` | | [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.3.0` | `3.4.0` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.103` | | [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.12.2` | | [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.8` | | [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` | | [slab](https://github.com/tokio-rs/slab) | `0.4.9` | `0.4.11` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.15.0` | `1.15.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.101` | `2.0.108` | | [system-deps](https://github.com/gdesmott/system-deps) | `7.0.3` | `7.0.7` | | [temp-dir](https://gitlab.com/leonhard-llc/ops) | `0.1.14` | `0.1.16` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.22` | | [version-compare](https://gitlab.com/timvisee/version-compare) | `0.2.0` | `0.2.1` | Updates `gettext-rs` from 0.7.2 to 0.7.7 - [Release notes](https://github.com/gettext-rs/gettext-rs/releases) - [Commits](gettext-rs/gettext-rs@0.7.2...0.7.7) Updates `aho-corasick` from 1.1.3 to 1.1.4 - [Commits](BurntSushi/aho-corasick@1.1.3...1.1.4) Updates `autocfg` from 1.4.0 to 1.5.0 - [Commits](cuviper/autocfg@1.4.0...1.5.0) Updates `bitflags` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.0...2.10.0) Updates `cc` from 1.2.20 to 1.2.44 - [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.2.20...cc-v1.2.44) Updates `indexmap` from 2.9.0 to 2.12.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.9.0...2.12.0) Updates `libc` from 0.2.172 to 0.2.177 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.177/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.177) Updates `memchr` from 2.7.4 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.4...2.7.6) Updates `proc-macro-crate` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.3.0...v3.4.0) Updates `proc-macro2` from 1.0.95 to 1.0.103 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.103) Updates `quote` from 1.0.40 to 1.0.41 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.40...1.0.41) Updates `regex` from 1.11.1 to 1.12.2 - [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.1...1.12.2) Updates `regex-automata` from 0.4.9 to 0.4.13 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.9...regex-automata-0.4.13) Updates `regex-syntax` from 0.8.5 to 0.8.8 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.5...regex-syntax-0.8.8) Updates `semver` from 1.0.26 to 1.0.27 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.26...1.0.27) Updates `serde` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `serde_derive` from 1.0.219 to 1.0.228 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.228) Updates `slab` from 0.4.9 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.9...v0.4.11) Updates `smallvec` from 1.15.0 to 1.15.1 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.15.0...v1.15.1) Updates `syn` from 2.0.101 to 2.0.108 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.101...2.0.108) Updates `system-deps` from 7.0.3 to 7.0.7 - [Release notes](https://github.com/gdesmott/system-deps/releases) - [Changelog](https://github.com/gdesmott/system-deps/blob/main/CHANGELOG.md) - [Commits](gdesmott/system-deps@v7.0.3...v7.0.7) Updates `temp-dir` from 0.1.14 to 0.1.16 - [Commits](https://gitlab.com/leonhard-llc/ops/compare/temp-dir-v0.1.14...temp-dir-v0.1.16) Updates `toml` from 0.8.20 to 0.9.8 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.9.8) Updates `toml_datetime` from 0.6.9 to 0.7.3 - [Commits](toml-rs/toml@toml_datetime-v0.6.9...toml_datetime-v0.7.3) Updates `toml_edit` from 0.22.25 to 0.23.7 - [Commits](toml-rs/toml@v0.22.25...v0.23.7) Updates `unicode-ident` from 1.0.18 to 1.0.22 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.18...1.0.22) Updates `version-compare` from 0.2.0 to 0.2.1 - [Changelog](https://gitlab.com/timvisee/version-compare/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/timvisee/version-compare/compare/v0.2.0...v0.2.1) Updates `winnow` from 0.7.7 to 0.7.13 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.7...v0.7.13) --- updated-dependencies: - dependency-name: gettext-rs dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: aho-corasick dependency-version: 1.1.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: autocfg dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: cc dependency-version: 1.2.44 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: libc dependency-version: 0.2.177 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: memchr dependency-version: 2.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: proc-macro-crate dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: quote dependency-version: 1.0.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: regex dependency-version: 1.12.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: regex-automata dependency-version: 0.4.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: regex-syntax dependency-version: 0.8.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: semver dependency-version: 1.0.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: serde dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: serde_derive dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: smallvec dependency-version: 1.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: syn dependency-version: 2.0.108 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: system-deps dependency-version: 7.0.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: temp-dir dependency-version: 0.1.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: toml dependency-version: 0.9.8 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: toml_datetime dependency-version: 0.7.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: toml_edit dependency-version: 0.23.7 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: unicode-ident dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: version-compare dependency-version: 0.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: winnow dependency-version: 0.7.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 minor-patch group with 21 updates in the / directory:
0.7.20.7.71.1.31.1.41.4.01.5.02.9.02.10.01.2.201.2.442.9.02.12.00.2.1720.2.1772.7.42.7.63.3.03.4.01.0.951.0.1031.0.401.0.411.11.11.12.20.8.50.8.81.0.261.0.270.4.90.4.111.15.01.15.12.0.1012.0.1087.0.37.0.70.1.140.1.161.0.181.0.220.2.00.2.1Updates
gettext-rsfrom 0.7.2 to 0.7.7Release notes
Sourced from gettext-rs's releases.
Commits
690ca8cMerge pull request #147 from gettext-rs/feature/bump-to-0.26d0a5ca9Bump gettext-sys to 0.26.0, gettext-rs to 0.7.74fd2573Merge pull request #146 from gettext-rs/feature/bump-to-0.252700b0eBump gettext-sys to 0.25.0, gettext-rs to 0.7.6445a2a8Merge pull request #145 from gettext-rs/feature/bump-to-0.24755cb4cBump gettext-sys to 0.24.0, gettext-rs to 0.7.52eff679Merge pull request #135 from gettext-rs/feature/bump-to-0.236f1bf67Bump gettext-sys to 0.23.2, gettext-rs to 0.7.4307e223Release gettext-rs 0.7.3e742a4cRelease gettext-sys 0.22.6Updates
aho-corasickfrom 1.1.3 to 1.1.4Commits
17f8b321.1.4b58556edoc: switch fromdoc_auto_cfgtodoc_cfg948d2e1github: add FUNDING1adf588benchmarks: update depscd400adlint: resolve a few Clippy warningsUpdates
autocfgfrom 1.4.0 to 1.5.0Commits
d912169Merge pull request #78 from cuviper/release-1.5.057c8793Release 1.5.0feb385bMerge pull request #77 from cuviper/editionf332b4dAdd methods to get/set the edition706fa58Merge pull request #76 from cuviper/clippy4ec911cFix clippy::nonminimal_bool3d217f7Merge pull request #75 from cuviper/probe_cleanupb1928baRemove probe output filesUpdates
bitflagsfrom 2.9.0 to 2.10.0Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
7cc8595Merge pull request #468 from bitflags/cargo/2.10.0ea9b2f7prepare for 2.10.0 release7fdc68cMerge pull request #467 from KodrAus/feat/serde_corefdc1d4adepend on serde_core instead of serde7922585Merge pull request #466 from KodrAus/chore/iter-named-tests409666erename iter_named to iter_defined_names50fab91Merge pull request #465 from ssrlive/mainf886489Fix bitflags_custom_bits.stderr & bitflags_trait_custom.stderr39bd761rename all_named_flags to iter_named3e52578Implement iterator for all named flagsUpdates
ccfrom 1.2.20 to 1.2.44Release notes
Sourced from cc's releases.
... (truncated)
Changelog
Sourced from cc's changelog.
... (truncated)
Commits
514e4d1chore(cc): release v1.2.44 (#1603)2a2eee3Fix debug assertion for env/abi mismatch (#1604)97281b6Update CHANGELOG for version 1.2.43 (#1602)8a45e2bStop passing an invalid target tollvm-mingw's cross-compilation wrappers (...a0b2fd6Markstatic_flagandshared_flagas deprecated (#1582)fdb089achore(cc): release v1.2.42 (#1597)5a89ed0ci: Fix check-semver-checks (#1600)c7c38f2chore: minor improvement for docs (#1598)b6281e8Fix linker-plugin-lto: use-flto=thin(#1594)beda6e0Disable check-buildstd for armv7k-apple-watchos (#1599)Updates
indexmapfrom 2.9.0 to 2.12.0Changelog
Sourced from indexmap's changelog.
Commits
0e68f8aMerge pull request #422 from cuviper/msrv-1.8261c9c94ci: only run full miri in the merge queuedb43f19Release 2.12.0b46a32aMove more to the lints table4849b16Make use of RFC2145 type privacy for sealed traitscfff4b7Use bounds in associated type positionc7178d7Usecore::error::Error76b459bUse more precise capturing for someimpl Traitb3d9cc3Use the primitive slice'sis_sortedmethods09db3ccUse inherentusize::div_ceilUpdates
libcfrom 0.2.172 to 0.2.177Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
9f598d2chore: release libc 0.2.177329a5e7Add missing TIOCGETA/TIOCSETA constants for macOS72a40e2addpthread_cond_timedwait_relative_np2914d6flinux_like: add SIGEMT for mips* and sparc*ff2ff25openbsd add elf_aux_info4ae44a4Update semver testsd5737a0Define _CS_PATH on the BSDsfe277daredox: more sysconf constantsbdad426wasip2: Invert conditional to include p2 APIs0af069dWindows: addwcsnlenUpdates
memchrfrom 2.7.4 to 2.7.6Commits
9ba486e2.7.6ec25b80aarch64: fix NEON optimization on big-endian39621182.7.5599d9d9cargo: removecompiler-builtinsfromrustc-dep-of-stddependenciesceef3c9ci: fix wasm32 environment variablescf4057fci: try bumping wasmtime version89b3d9aci: fix wasm32 actions (wasm32-wasi was renamed to wasm32-wasip1)12d358dbenchmarks: update to stringzilla 3.12.38c1e043benchmarks: update memchr dependencies9898622benchmarks: fix wasm32-wasi targetUpdates
proc-macro-cratefrom 3.3.0 to 3.4.0Release notes
Sourced from proc-macro-crate's releases.
Commits
0f9a4ecMerge pull request #62 from bkchr/release-3.4.084b5df7Release 3.4.0dfcec81Merge pull request #61 from tisonkun/upgrade-tomle32fd5fchore: upgrade toml_edit versione49826cchore: run fmt4f0990eMerge pull request #60 from thesamet/patch-1fe80e54Update src/lib.rse4887bfUpdate documentation for crate_nameUpdates
proc-macro2from 1.0.95 to 1.0.103Release notes
Sourced from proc-macro2's releases.
Commits
d1bf13aRelease 1.0.10329e08c0Merge pull request #525 from dtolnay/literalvaluef9eec24Restore support for rustc older than 1.74cc983fcRestore support for rustc older than 1.79465f781Restore support for rustc older than 1.89ab5231cAdd string literal value tests4c039a8Add Literal methods from proc_macro_value feature885fde9Vendor rustc_literal_escaper v0.0.539b016aRelease 1.0.102c3870f1Add raw identifier Debug testUpdates
quotefrom 1.0.40 to 1.0.41Release notes
Sourced from quote's releases.
Commits
594c865Release 1.0.4168956e6Merge pull request #302 from dtolnay/hasiter6a69784Make diagnostic attribute conditional on compiler version5f1924bTweak CheckHasIterator error messagec0adb26Add diagnostic::on_unimplemented for no iterator in repetitiona1ddcabCombine HasIterator and ThereIsNoIteratorInRepetition to one typebf48c85Switch to trait for checking iterator in repetitiond3b4777Update ui test suite to nightly-2025-09-273e6b04dRaise minimum tested compiler to rust 1.7607deaafOpt in to generate-macro-expansion when building on docs.rsUpdates
regexfrom 1.11.1 to 1.12.2Changelog
Sourced from regex's changelog.
... (truncated)
Commits
5ea3eb11.12.2ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.4Updates
regex-automatafrom 0.4.9 to 0.4.13Commits
ab0b071regex-automata-0.4.13691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.442076c61.12.0Updates
regex-syntaxfrom 0.8.5 to 0.8.8Commits
691d514regex-syntax-0.8.81dd9077docs: swapdoc_auto_cfgwithdoc_cfg0089034regex-cli-0.2.3140f894regex-lite-0.1.827d6d651.12.185398adchangelog: 1.12.1764efbdapi: tweak the lifetime ofCaptures::get_matchee6aa55rure-0.2.442076c61.12.0aef2153deps: bump to regex-automata 0.4.12Updates
semverfrom 1.0.26 to 1.0.27Release notes
Sourced from semver's releases.
Commits
6ed8561Release 1.0.276967bbaAdd serde version constraint84d3057Exclude build.rs from crates.io packageb09aac9Merge pull request #343 from dtolnay/up49b8570Delete backport module9b04afeMerge pull request