Skip to content

Update all dependencies (Cargo.lock)#531

Merged
primeos-work merged 1 commit into
science-computing:masterfrom
primeos-work:cargo-update
Apr 30, 2026
Merged

Update all dependencies (Cargo.lock)#531
primeos-work merged 1 commit into
science-computing:masterfrom
primeos-work:cargo-update

Conversation

@primeos-work
Copy link
Copy Markdown
Member

This is simply the result of running cargo update without touching Cargo.toml (required since we currently only use dependabot to update direct dependencies and not indirect/transitive dependencies and useful to avoid a lot of dependabot PRs for minor/patch updates that can be bundled, like in this commit).

Details
$ cargo update
    Updating crates.io index
     Locking 44 packages to latest Rust 1.88.0 compatible versions
    Updating bitflags v2.11.0 -> v2.11.1
    Updating cc v1.2.58 -> v1.2.61
    Updating clap v4.6.0 -> v4.6.1
    Updating clap_complete v4.6.0 -> v4.6.3
    Updating diesel v2.3.7 -> v2.3.8
    Updating diesel_derives v2.3.7 -> v2.3.8
    Updating diesel_migrations v2.3.1 -> v2.3.2
    Updating fastrand v2.3.0 -> v2.4.1
    Updating hashbrown v0.16.1 -> v0.17.0
    Updating human-panic v2.0.7 -> v2.0.8
    Updating hybrid-array v0.4.10 -> v0.4.11
    Updating hyper-rustls v0.27.7 -> v0.27.9
    Updating idna_adapter v1.2.1 -> v1.2.2
    Updating indexmap v2.13.0 -> v2.14.0
    Updating js-sys v0.3.94 -> v0.3.97
    Updating libc v0.2.184 -> v0.2.186
    Updating libredox v0.1.15 -> v0.1.16
    Updating libz-sys v1.1.25 -> v1.1.28
    Updating onig v6.5.1 -> v6.5.3
    Updating onig_sys v69.9.1 -> v69.9.3
    Updating pkg-config v0.3.32 -> v0.3.33
    Updating plist v1.8.0 -> v1.9.0
    Updating quick-xml v0.38.4 -> v0.39.2
    Updating rand_core v0.10.0 -> v0.10.1
    Updating rayon v1.11.0 -> v1.12.0
    Updating redox_syscall v0.7.3 -> v0.7.4
    Updating reqwest v0.13.2 -> v0.13.3
    Updating rustls v0.23.37 -> v0.23.40
    Updating rustls-pki-types v1.14.0 -> v1.14.1
    Updating semver v1.0.27 -> v1.0.28
    Updating tokio v1.50.0 -> v1.52.1
    Updating tokio-macros v2.6.1 -> v2.7.0
    Updating typenum v1.19.0 -> v1.20.0
    Updating uuid v1.23.0 -> v1.23.1
    Updating wasip2 v1.0.2+wasi-0.2.9 -> v1.0.3+wasi-0.2.9
    Updating wasm-bindgen v0.2.117 -> v0.2.120
    Updating wasm-bindgen-futures v0.4.67 -> v0.4.70
    Updating wasm-bindgen-macro v0.2.117 -> v0.2.120
    Updating wasm-bindgen-macro-support v0.2.117 -> v0.2.120
    Updating wasm-bindgen-shared v0.2.117 -> v0.2.120
    Updating web-sys v0.3.94 -> v0.3.97
    Updating winnow v1.0.1 -> v1.0.2
      Adding wit-bindgen v0.57.1
    Updating writeable v0.6.2 -> v0.6.3
note: pass `--verbose` to see 2 unchanged dependencies behind latest

This is simply the result of running `cargo update` without touching
Cargo.toml (required since we currently only use dependabot to update
direct dependencies and not indirect/transitive dependencies and useful
to avoid a lot of dependabot PRs for minor/patch updates that can be
bundled, like in this commit).

Signed-off-by: Michael Weiss <michael.weiss@bull.com>
@primeos-work primeos-work added this pull request to the merge queue Apr 30, 2026
Merged via the queue into science-computing:master with commit 2f39ac2 Apr 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant