Skip to content

chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#433

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-2593667175
Open

chore(deps): bump the rust-dependencies group across 1 directory with 2 updates#433
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-2593667175

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Updates the requirements on argmin and getrandom to permit the latest version.
Updates argmin to 0.11.0

Release notes

Sourced from argmin's releases.

argmin v0.11.0 released

Finally released v0.11.0. Sincere and huge thank you to everyone who contributed, to those who pushed me to make a release, and to those who supported me in getting the release over the finish line.

This release, together with argmin-math v0.5.0 brings support for new ndarray and algebra versions as well as faer.

What's Changed

Even though I tried hard, due to the long time since the last release, I might have overlooked contributions. If that is the case, please get in touch and I'll update the release notes as well as the changelog accordingly.

Full Changelog: argmin-rs/argmin@argmin-v0.10.0...argmin-v0.11.0

Changelog

Sourced from argmin's changelog.

[argmin v0.11.0] 2025-09-28

Added

Changed

Fixed

[argmin-math v0.5.0] 2025-09-28

Added

Changed

  • Update the version of rand to address compatibility concerns with future Rust editions (@​josiahkane, #607)

[finitediff v0.2.0] 2025-09-28

Changed

[argmin-testfunctions v0.3.0] 2025-09-28

Added

Changed

[argmin v0.10.0] 2024-02-27

Added

... (truncated)

Commits
  • c94c32a Release argmin v0.11.0
  • 47a7828 Release argmin-math 0.5.0
  • 1d5a17d Release finitediff 0.2.0
  • 1209aaf Release argmin_testfunctions and argmin-testfunctions-py 0.3.0
  • 7b15dd5 Update criterion requirement from 0.5.1 to 0.7.0
  • 5a5fdce Fix typos in README
  • 5c172cf Removed audit-check from CI pipeline
  • 96b0e9e Relax testing requirements in GaussNewton LineSearch
  • 314af53 Also fix comment in readme
  • f4ba40d Also correct misspelling in file names
  • Additional commits viewable in compare view

Updates getrandom to 0.3.4

Changelog

Sourced from getrandom's changelog.

[0.3.4] - 2025-10-14

Major change to wasm_js backend

Now, when the wasm_js feature is enabled, the wasm_js backend will be used by default. Users of wasm32-unknown-unknown targeting JavaScript environments like the Web and Node.js will no longer need to specify:

--cfg getrandom_backend="wasm_js"

in RUSTFLAGS for the crate to compile. They can now simple enable a feature.

Note: this should not affect non-JS users of the wasm32-unknown-unknown target. Using --cfg getrandom_backend will still override the source of randomness even if the wasm_js feature is enabled. This includes --cfg getrandom_backend=custom and --cfg getrandom_backend=unsupported.

For more information, see the discussions in #671, #675, and #730.

Added

  • unsupported opt-in backend #667
  • windows_legacy opt-in backend #724

Changed

  • Implement Memory Sanitizer unpoisoning more precisely #678
  • Relax MSRV for the linux_raw opt-in backend on ARM targets #688
  • Use getrandom syscall on all RISC-V Linux targets #699
  • Replaced wasi dependency with wasip2 #721
  • Enable wasm_js backend by default if the wasm_js feature is enabled #730

Removed

  • Unstable rustc-dep-of-std crate feature #694

#667: rust-random/getrandom#667 #671: rust-random/getrandom#671 #675: rust-random/getrandom#675 #678: rust-random/getrandom#678 #688: rust-random/getrandom#688 #694: rust-random/getrandom#694 #699: rust-random/getrandom#699 #721: rust-random/getrandom#721 #724: rust-random/getrandom#724 #730: rust-random/getrandom#730

[0.3.3] - 2025-05-09

Changed

  • Doc improvements #632 #634 #635
  • Add crate version to docs.rs links used in compile_error!s #639

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
getrandom [>= 0.3.a, < 0.4]

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

… 2 updates

Updates the requirements on [argmin](https://github.com/argmin-rs/argmin) and [getrandom](https://github.com/rust-random/getrandom) to permit the latest version.

Updates `argmin` to 0.11.0
- [Release notes](https://github.com/argmin-rs/argmin/releases)
- [Changelog](https://github.com/argmin-rs/argmin/blob/main/CHANGELOG.md)
- [Commits](argmin-rs/argmin@argmin-v0.10.0...argmin-v0.11.0)

Updates `getrandom` to 0.3.4
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.10...v0.3.4)

---
updated-dependencies:
- dependency-name: argmin
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: getrandom
  dependency-version: 0.3.4
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments