chore(deps): bump the rust-workspace group across 1 directory with 34 updates - #41
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the rust-workspace group across 1 directory with 34 updates#41dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the rust-workspace group with 34 updates in the / directory: | Package | From | To | | --- | --- | --- | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.0` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.2` | `1.8.5` | | [clap](https://github.com/clap-rs/clap) | `4.6.4` | `4.6.5` | | [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.4` | | [constant_time_eq](https://github.com/cesarb/constant_time_eq) | `0.3.1` | `0.4.2` | | [derive_more](https://github.com/JelteF/derive_more) | `1.0.0` | `2.1.1` | | [digest](https://github.com/RustCrypto/traits) | `0.10.7` | `0.11.3` | | [fancy-regex](https://github.com/fancy-regex/fancy-regex) | `0.16.2` | `0.19.0` | | [fs4](https://github.com/al8n/fs4) | `0.9.1` | `1.1.0` | | [futures-intrusive](https://github.com/Matthias247/futures-intrusive) | `0.4.2` | `0.5.0` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.16.1` | `0.17.1` | | [itertools](https://github.com/rust-itertools/itertools) | `0.14.0` | `0.15.0` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.16.4` | `0.18.1` | | [multimap](https://github.com/havarnov/multimap) | `0.8.3` | `0.10.1` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.3` | | [object](https://github.com/gimli-rs/object) | `0.36.7` | `0.39.1` | | [os_str_bytes](https://github.com/dylni/os_str_bytes) | `6.6.1` | `7.2.0` | | [parking_lot](https://github.com/Amanieu/parking_lot) | `0.11.2` | `0.12.5` | | [rusqlite](https://github.com/rusqlite/rusqlite) | `0.37.0` | `0.40.1` | | [sha1](https://github.com/RustCrypto/hashes) | `0.10.7` | `0.11.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [shlex](https://github.com/comex/rust-shlex) | `1.3.0` | `2.0.1` | | [similar](https://github.com/mitsuhiko/similar) | `2.7.0` | `3.1.1` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.38.4` | `0.39.6` | | [termimad](https://github.com/Canop/termimad) | `0.34.1` | `0.35.1` | | [textwrap](https://github.com/mgeisler/textwrap) | `0.11.0` | `0.16.2` | | [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.1` | `0.7.0` | | [tower-lsp-server](https://github.com/tower-lsp-community/tower-lsp-server) | `0.22.1` | `0.23.0` | | [twox-hash](https://github.com/shepmaster/twox-hash) | `1.6.3` | `2.1.2` | | [erased-serde](https://github.com/dtolnay/erased-serde) | `0.3.31` | `0.4.10` | | [atomic](https://github.com/Amanieu/atomic-rs) | `0.5.3` | `0.6.1` | | [rustyline](https://github.com/kkawakam/rustyline) | `14.0.0` | `18.0.1` | | [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) | `0.9.2` | `0.12.16` | | [logos](https://github.com/maciejhirsz/logos) | `0.15.1` | `0.16.1` | Updates `base64` from 0.22.1 to 0.23.0 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.0) Updates `blake3` from 1.8.2 to 1.8.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.8.2...1.8.5) Updates `clap` from 4.6.4 to 4.6.5 - [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.6.4...clap_complete-v4.6.5) Updates `console` from 0.15.11 to 0.16.4 - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](console-rs/console@0.15.11...0.16.4) Updates `constant_time_eq` from 0.3.1 to 0.4.2 - [Changelog](https://github.com/cesarb/constant_time_eq/blob/main/CHANGES) - [Commits](cesarb/constant_time_eq@0.3.1...0.4.2) Updates `derive_more` from 1.0.0 to 2.1.1 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v1.0.0...v2.1.1) Updates `digest` from 0.10.7 to 0.11.3 - [Commits](RustCrypto/traits@digest-v0.10.7...digest-v0.11.3) Updates `fancy-regex` from 0.16.2 to 0.19.0 - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](fancy-regex/fancy-regex@0.16.2...0.19.0) Updates `fs4` from 0.9.1 to 1.1.0 - [Release notes](https://github.com/al8n/fs4/releases) - [Changelog](https://github.com/al8n/fs4/blob/main/CHANGELOG.md) - [Commits](https://github.com/al8n/fs4/commits/1.1.0) Updates `futures-intrusive` from 0.4.2 to 0.5.0 - [Commits](https://github.com/Matthias247/futures-intrusive/commits) Updates `hashbrown` from 0.16.1 to 0.17.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.16.1...v0.17.1) Updates `itertools` from 0.14.0 to 0.15.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.14.0...v0.15.0) Updates `lru` from 0.16.4 to 0.18.1 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.16.4...0.18.1) Updates `multimap` from 0.8.3 to 0.10.1 - [Commits](https://github.com/havarnov/multimap/commits) Updates `nix` from 0.30.1 to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.3) Updates `object` from 0.36.7 to 0.39.1 - [Changelog](https://github.com/gimli-rs/object/blob/main/CHANGELOG.md) - [Commits](gimli-rs/object@0.36.7...v0.39.1) Updates `os_str_bytes` from 6.6.1 to 7.2.0 - [Release notes](https://github.com/dylni/os_str_bytes/releases) - [Commits](dylni/os_str_bytes@6.6.1...7.2.0) Updates `parking_lot` from 0.11.2 to 0.12.5 - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](Amanieu/parking_lot@0.11.2...parking_lot-v0.12.5) Updates `rusqlite` from 0.37.0 to 0.40.1 - [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.1) Updates `sha1` from 0.10.7 to 0.11.0 - [Commits](RustCrypto/hashes@sha1-v0.10.7...sha1-v0.11.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `shlex` from 1.3.0 to 2.0.1 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) Updates `similar` from 2.7.0 to 3.1.1 - [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/similar@2.7.0...3.1.1) Updates `sysinfo` from 0.38.4 to 0.39.6 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.38.4...v0.39.6) Updates `termimad` from 0.34.1 to 0.35.1 - [Changelog](https://github.com/Canop/termimad/blob/main/CHANGELOG.md) - [Commits](https://github.com/Canop/termimad/commits) Updates `textwrap` from 0.11.0 to 0.16.2 - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/main/CHANGELOG.md) - [Commits](mgeisler/textwrap@0.11.0...0.16.2) Updates `tikv-jemallocator` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/tikv/jemallocator/releases) - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md) - [Commits](tikv/jemallocator@0.6.1...0.7.0) Updates `tower-lsp-server` from 0.22.1 to 0.23.0 - [Release notes](https://github.com/tower-lsp-community/tower-lsp-server/releases) - [Changelog](https://github.com/tower-lsp-community/tower-lsp-server/blob/main/CHANGELOG.md) - [Commits](tower-lsp-community/tower-lsp-server@v0.22.1...v0.23.0) Updates `twox-hash` from 1.6.3 to 2.1.2 - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](shepmaster/twox-hash@v1.6.3...v2.1.2) Updates `erased-serde` from 0.3.31 to 0.4.10 - [Release notes](https://github.com/dtolnay/erased-serde/releases) - [Commits](dtolnay/erased-serde@0.3.31...0.4.10) Updates `atomic` from 0.5.3 to 0.6.1 - [Release notes](https://github.com/Amanieu/atomic-rs/releases) - [Changelog](https://github.com/Amanieu/atomic-rs/blob/master/CHANGELOG.md) - [Commits](Amanieu/atomic-rs@v0.5.3...v0.6.1) Updates `rustyline` from 14.0.0 to 18.0.1 - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v14.0.0...v18.0.1) Updates `annotate-snippets` from 0.9.2 to 0.12.16 - [Release notes](https://github.com/rust-lang/annotate-snippets-rs/releases) - [Changelog](https://github.com/rust-lang/annotate-snippets-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/annotate-snippets-rs@0.9.2...0.12.16) Updates `logos` from 0.15.1 to 0.16.1 - [Release notes](https://github.com/maciejhirsz/logos/releases) - [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md) - [Commits](maciejhirsz/logos@v0.15.1...v0.16.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: blake3 dependency-version: 1.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-workspace - dependency-name: clap dependency-version: 4.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-workspace - dependency-name: console dependency-version: 0.16.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: constant_time_eq dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: derive_more dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: digest dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: fancy-regex dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: fs4 dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: futures-intrusive dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: lru dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: multimap dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: object dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: os_str_bytes dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: parking_lot dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: rusqlite dependency-version: 0.40.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: sha1 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: shlex dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: similar dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: sysinfo dependency-version: 0.39.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: termimad dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: textwrap dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: tikv-jemallocator dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: tower-lsp-server dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: twox-hash dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: erased-serde dependency-version: 0.4.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: atomic dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: rustyline dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-workspace - dependency-name: annotate-snippets dependency-version: 0.12.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace - dependency-name: logos dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-workspace ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Member
|
Closing this generated batch because it combines 34 Rust dependency updates, including semver-major changes, into one non-reviewable unit. We will replace it with compatibility-scoped groups whose tests and migration risk can be evaluated independently. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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-workspace group with 34 updates in the / directory:
0.22.10.23.01.8.21.8.54.6.44.6.50.15.110.16.40.3.10.4.21.0.02.1.10.10.70.11.30.16.20.19.00.9.11.1.00.4.20.5.00.16.10.17.10.14.00.15.00.16.40.18.10.8.30.10.10.30.10.31.30.36.70.39.16.6.17.2.00.11.20.12.50.37.00.40.10.10.70.11.00.10.90.11.01.3.02.0.12.7.03.1.10.38.40.39.60.34.10.35.10.11.00.16.20.6.10.7.00.22.10.23.01.6.32.1.20.3.310.4.100.5.30.6.114.0.018.0.10.9.20.12.160.15.10.16.1Updates
base64from 0.22.1 to 0.23.0Changelog
Sourced from base64's changelog.
Commits
9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & edition9d21a59Merge pull request #304 from marshallpierce/mp/custom-padding-rebasef70bad2Support custom padding symbols684d79cMerge pull request #301 from marshallpierce/mp/simd-gardening5bf66f2Merge pull request #284 from AbeZbm/add-testsd3831cfFollowups to SIMD workUpdates
blake3from 1.8.2 to 1.8.5Release notes
Sourced from blake3's releases.
Commits
93a431cversion 1.8.5299b1e2fix LTO builds by disabling LTO6a45feeadd LTO builds to CI15e83a5c: Use correct SIMD flags when compiling with Clang-Cl (#549)2e3727dcargo fmteverywhereb97a24fversion 1.8.40ebe469update to new rustcrypto trait releasesd4b005awasm32_simd: use i8x16_shuffle for rot8 and rot166eebbbdfix a struct size mismatch in testsfb1411ec: use SIZE_MAX instead of -1 for size_t sentinels, add <stdint.h>Updates
clapfrom 4.6.4 to 4.6.5Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c8c9355chore: Releaseaf74defdocs: Update changelogc96f222Merge pull request #6368 from truffle-dev/fix/fish-env-escaping49a05cdfix(complete): Two-pass quote fish env-completere791004test(complete): Snapshot fish env quoting casesUpdates
consolefrom 0.15.11 to 0.16.4Release notes
Sourced from console's releases.
... (truncated)
Commits
598eca9Bump version to 0.16.40f22c35feat: addis_dumbpublic function1426649Bump actions/checkout from 3 to 7d2d89adignore non-ascii input in Style::from_dotted_str6cff3e0document current panic in Style::from_dotted_str via test casesdd4334fApply suggestions from clippy 1.95586efadRemove redundant as_handle helperbe20e85Add TermInner::new constructors70ea3d0Bump version to 0.16.36bd8894Removemake msrv-lockUpdates
constant_time_eqfrom 0.3.1 to 0.4.2Changelog
Sourced from constant_time_eq's changelog.
... (truncated)
Commits
86f38edRelease 0.4.2c8b7924Update count_instructions to 0.2.0508e633Small cleanups421e49aRefactor DIT detection039ea77Release 0.4.1d2354c3Merge branch 'reduce_unsafe'ef90980WIP: cleanup661b858WIP: changelogd77ccd7WIP: simplify generic code3b8be90WIP: simplify NEON codeUpdates
derive_morefrom 1.0.0 to 2.1.1Release notes
Sourced from derive_more's releases.
... (truncated)
Changelog
Sourced from derive_more's changelog.
... (truncated)
Commits
f7bb41aCorrect release date289988aPrepare 2.1.1 release (#529)d820ec6Fixderive(Error)expansion hygiene (#527, #526)5627282Remove glob imports inderive(From)tests to mend 1.94 nightly Rust regress...c354badPrepare 2.1.0 release (#521)983875fAllow using enum-level attributes for non-Displayformatting traits as defa...2d3805bAllow skipping fields forAdd/AddAssign/Mul/MulAssign-like derives (#...1b5d314Upgradeconvert_caserequirement from 0.9 to 0.10 version (#520)c32d0a0Upgradeactions/checkoutfrom 5 to 6 version (#519)905f5a3Upgradeconvert_casecrate from 0.8 to 0.9 version (#517)Updates
digestfrom 0.10.7 to 0.11.3Commits
2fb9ed8Release digest v0.11.3 (#2402)086cf38digest: addTryCustomizedInittrait (#2395)9488e7esignature v3.0.0 (#2400)2917d19build(deps): bump the all-deps group across 1 directory with 4 updates (#2398)7b029basignature: addAsyncVerifier,AsyncMultipartVerifier, `AsyncDigestVerifie...c6d4dd7elliptic-curve v0.14.0-rc.32 (#2399)f2069a2elliptic-curve: bumppkcs8to v0.11 (#2397)8250383elliptic-curve: bumppkcs8to v0.11.0-rc.12 (#2396)54e464fsignature: remove long-winded intro section in rustdoc (#2392)5cb62a4signature: enable/fix workspace-level lints; reformat docs (#2391)Updates
fancy-regexfrom 0.16.2 to 0.19.0Release notes
Sourced from fancy-regex's releases.
... (truncated)
Changelog
Sourced from fancy-regex's changelog.
... (truncated)
Commits
e8d6986Version 0.19.0af79ee3Merge pull request #267 from fancy-regex/regex-automata-bump9d6b2dbbump regex-automata to fix some seek bugs3d04e3aMerge pull request #266 from fancy-regex/optimize_keepoutf44e0a5Merge pull request #265 from fancy-regex/reduce_catastrophic_backtrackinge480dc4Merge pull request #264 from fancy-regex/compilation_performance35f8efaadd note about optimizer1f7a220Address code review: fix spelling, add comment about has_descendant4712936Add \K (KeepOut) optimization: delegate root-level \K patterns to regex-automata5496414fix: correct asymmetric repeat optimization in build_concat_repeat_tripletUpdates
fs4from 0.9.1 to 1.1.0Release notes
Sourced from fs4's releases.
... (truncated)
Changelog
Sourced from fs4's changelog.