generated from Autoparallel/rust-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): bump the all-updates group across 1 directory with 28 updates #90
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/all-updates-f2e8756605
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
…dates Bumps the all-updates group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [nalgebra](https://github.com/dimforge/nalgebra) | `0.33.2` | `0.34.1` | | [rayon](https://github.com/rayon-rs/rayon) | `1.10.0` | `1.11.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.23.0` | | [clarabel](https://github.com/oxfordcontrol/Clarabel.rs) | `0.11.0` | `0.11.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.17` | | [autocfg](https://github.com/cuviper/autocfg) | `1.4.0` | `1.5.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.10.0` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.19.0` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.23.0` | `1.24.0` | | [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.0` | `1.0.4` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.11` | `0.3.14` | | [getrandom](https://github.com/rust-random/getrandom) | `0.3.2` | `0.3.4` | | [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.177` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` | | [memchr](https://github.com/BurntSushi/memchr) | `2.7.4` | `2.7.6` | | [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` | | [r-efi](https://github.com/r-efi/r-efi) | `5.2.0` | `5.3.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.7` | `1.1.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.145` | | [simba](https://github.com/dimforge/simba) | `0.9.0` | `0.9.1` | | [typenum](https://github.com/paholg/typenum) | `1.18.0` | `1.19.0` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.22` | | [wide](https://github.com/Lokathor/wide) | `0.7.32` | `0.7.33` | | [windows-sys](https://github.com/microsoft/windows-rs) | `0.59.0` | `0.61.2` | Updates `nalgebra` from 0.33.2 to 0.34.1 - [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md) - [Commits](dimforge/nalgebra@v0.33.2...v0.34.1) Updates `rayon` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.10.0...rayon-core-v1.11.0) Updates `tempfile` from 3.20.0 to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.23.0) Updates `clarabel` from 0.11.0 to 0.11.1 - [Release notes](https://github.com/oxfordcontrol/Clarabel.rs/releases) - [Changelog](https://github.com/oxfordcontrol/Clarabel.rs/blob/main/CHANGELOG.md) - [Commits](oxfordcontrol/Clarabel.rs@v0.11.0...v0.11.1) Updates `thiserror` from 1.0.69 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.17) 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 `bumpalo` from 3.17.0 to 3.19.0 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/commits) Updates `bytemuck` from 1.23.0 to 1.24.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.23.0...v1.24.0) Updates `cfg-if` from 1.0.0 to 1.0.4 - [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@1.0.0...v1.0.4) Updates `errno` from 0.3.11 to 0.3.14 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `getrandom` from 0.3.2 to 0.3.4 - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.3.2...v0.3.4) 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 `log` from 0.4.27 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.27...0.4.28) Updates `memchr` from 2.7.4 to 2.7.6 - [Commits](BurntSushi/memchr@2.7.4...2.7.6) 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 `r-efi` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](r-efi/r-efi@v5.2.0...v5.3.0) Updates `rayon-core` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.12.1...rayon-core-v1.13.0) Updates `rustix` from 1.0.7 to 1.1.2 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.7...v1.1.2) 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 `serde_json` from 1.0.140 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.145) Updates `simba` from 0.9.0 to 0.9.1 - [Changelog](https://github.com/dimforge/simba/blob/master/CHANGELOG) - [Commits](dimforge/simba@v0.9.0...v0.9.1) Updates `typenum` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.18.0...v1.19.0) 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 `wide` from 0.7.32 to 0.7.33 - [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md) - [Commits](Lokathor/wide@v0.7.32...v0.7.33) Updates `windows-sys` from 0.59.0 to 0.61.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: nalgebra dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: rayon dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: clarabel dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-updates - dependency-name: autocfg dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: bitflags dependency-version: 2.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: bumpalo dependency-version: 3.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: bytemuck dependency-version: 1.24.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: cfg-if dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: errno dependency-version: 0.3.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: libc dependency-version: 0.2.177 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: log dependency-version: 0.4.28 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: memchr dependency-version: 2.7.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: proc-macro2 dependency-version: 1.0.103 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: quote dependency-version: 1.0.41 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: r-efi dependency-version: 5.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: rayon-core dependency-version: 1.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: rustix dependency-version: 1.1.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: serde dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: serde_derive dependency-version: 1.0.228 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: simba dependency-version: 0.9.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: typenum dependency-version: 1.19.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates - dependency-name: unicode-ident dependency-version: 1.0.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: wide dependency-version: 0.7.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-updates ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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-updates group with 26 updates in the / directory:
0.33.20.34.11.10.01.11.03.20.03.23.00.11.00.11.11.0.692.0.171.4.01.5.02.9.02.10.03.17.03.19.01.23.01.24.01.0.01.0.40.3.110.3.140.3.20.3.40.2.1720.2.1770.4.270.4.282.7.42.7.61.0.951.0.1031.0.401.0.415.2.05.3.01.0.71.1.21.0.2191.0.2281.0.1401.0.1450.9.00.9.11.18.01.19.01.0.181.0.220.7.320.7.330.59.00.61.2Updates
nalgebrafrom 0.33.2 to 0.34.1Changelog
Sourced from nalgebra's changelog.
Commits
122897fRelease v0.34.1 (#1546)ef4202eAddencasetrait implementations (#1545)6519048Merge Fix linalg bench warnings (#1544)8cd8b4bFixes for nalgebra-lapack (faulty test, bugs in implementations, compile erro...8964bf2chore: fix categories list in nalgebra-glm cargo.toml631064aRelease v0.34.0 (#1535)e0e2be8Disable default features forglam(#1510)9598744Make epsilon more forgiving in euler_angles_ordered (#1489)9687b8bFixes the Schur decomposition for a zero matrix (#1532)7d9a89bClarify documentation forfrom_fn(#1516)Updates
rayonfrom 1.10.0 to 1.11.0Changelog
Sourced from rayon's changelog.
Commits
6236214Merge #1031652f111Release rayon 1.7.0 and rayon-core 1.11.07df001dTweak plumbing consumer description322dfe8Merge #1026099241dMerge #1030a17bcb9Fix inappropriate use of slice::as_mut_ptr98077feBe more cautious about drain drops7069695Merge #1028874ff73Fix docs for the yieldNonecase onThreadPool58f7b7eBe careful comparingjob_ref.execute_fnUpdates
tempfilefrom 3.20.0 to 3.23.0Changelog
Sourced from tempfile's changelog.
Commits
fe9f4a3chore: release v3.23.0 (#381)006c3fdfix: use std::os::fd instead of std::os::wasi (#380)b0e6309doc: Update COPYRIGHT link (#377)2d6fc3fFix formatting in Builder::disable_cleanup documentation (#375)f720dbechore: release 3.22.055d742cchore: remove deprecated unstable feature flagbc41a0bbuild(deps): update windows-sys requirement from >=0.52, <0.61 to >=0.52, <0....3c55387test: make sure we don't drop tempdirs early (#373)17bf644doc(builder): clarify permissions (#372)c7423f1doc(env): document the alternative to setting the tempdir (#371)Updates
clarabelfrom 0.11.0 to 0.11.1Release notes
Sourced from clarabel's releases.
Changelog
Sourced from clarabel's changelog.
Commits
25540f5Merge branch 'main' of https://github.com/oxfordcontrol/Clarabel.rs5a9d3b2bump version4728ab5prefer static linking for openblas and netlib (#192)6200eccformattinge13445dformattingUpdates
thiserrorfrom 1.0.69 to 2.0.17Release notes
Sourced from thiserror's releases.
... (truncated)
Commits
72ae716Release 2.0.17599fdceMerge pull request #434 from dtolnay/private9ec05f6Use differently named __private module per patch released2c492bRaise minimum tested compiler to rust 1.76fc3ab95Opt in to generate-macro-expansion when building on docs.rs819fe29Update ui test suite to nightly-2025-09-12259f48cEnforce trybuild >= 1.0.108470e6a6Update ui test suite to nightly-2025-08-24544e191Update actions/checkout@v4 -> v5cbc1ebaDelete duplicate cap-lints flag from build scriptUpdates
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
bumpalofrom 3.17.0 to 3.19.0Changelog
Sourced from bumpalo's changelog.
Commits
Updates
bytemuckfrom 1.23.0 to 1.24.0Changelog
Sourced from bytemuck's changelog.
... (truncated)
Commits
da74816chore: Release bytemuck version 1.24.0a223779changelogf40b0e4update dep version to latest.abbebe5chore: Release bytemuck_derive version 1.10.26bda8efchangelog.d31d92cExtend#[derive(TransparentWrapper)](#147)3e18072chore: Release contiguous_bitset version 0.1.213f5e70Bitset debug (#324)1295a37chore: Release contiguous_bitset version 0.1.1ca7d780tell clippy to calm down.Updates
cfg-iffrom 1.0.0 to 1.0.4Release notes
Sourced from cfg-if's releases.
Changelog
Sourced from cfg-if's changelog.
Commits
3510ca6chore: release v1.0.4 (#95)15aec4aSupportcfg(true)andcfg(false)(#99)036c64eSet and test a MSRV of 1.325fd566fSet-Dwarningsvia CI env rather thancfg8ef8e9fHave a single top-level rule.2400b38Document and test for a subtle case.9c7bb0bchore: release v1.0.3 (#93)145894cRevert "Remove@__identityrule."9f747fechore: release v1.0.2 (#88)97739b8Fix some ugly and inconsistent formatting.Updates
errnofrom 0.3.11 to 0.3.14Release notes
Sourced from errno's releases.
Changelog
Sourced from errno's changelog.
Commits
Updates
getrandomfrom 0.3.2 to 0.3.4Release notes
Sourced from getrandom's releases.
Changelog
Sourced from getrandom's changelog.
... (truncated)
Commits
38e4ad3Update version number to v0.3.4 (#736)2d033b7Release Version v0.3.4 (#735)ccb0ca9build(deps): bump the all-deps group across 1 directory with 5 updates (#734)1af2510Implement #675: let wasm_js enable the backend by default (#730)18d8984Don't run doctests with -Zsanitizer=memoryc904801Change removed doc_auto_cfg featured4cb6a2Update all nightly toolchains to latest nightly9b78fccUpdate Cargo.lock (#731)b6ac385ci: re-enable NetBSD job (#729)3983e0fAddwindows_legacyopt-in backend (#724)Updates
libcfrom 0.2.172 to 0.2.177Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.