Skip to content

Update all dependencies (Cargo.lock)#520

Merged
primeos-work merged 1 commit intoscience-computing:masterfrom
primeos-work:cargo-update
Mar 2, 2026
Merged

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

Conversation

@primeos-work
Copy link
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 47 packages to latest Rust 1.88.0 compatible versions
    Updating anyhow v1.0.101 -> v1.0.102
    Updating bitflags v2.10.0 -> v2.11.0
    Updating bumpalo v3.19.1 -> v3.20.2
    Updating chrono v0.4.43 -> v0.4.44
    Updating clap v4.5.58 -> v4.5.60
    Updating clap_builder v4.5.58 -> v4.5.60
      Adding core-foundation v0.10.1
    Updating deranged v0.5.6 -> v0.5.8
    Updating futures v0.3.31 -> v0.3.32
    Updating futures-channel v0.3.31 -> v0.3.32
    Updating futures-core v0.3.31 -> v0.3.32
    Updating futures-executor v0.3.31 -> v0.3.32
    Updating futures-io v0.3.31 -> v0.3.32
    Updating futures-macro v0.3.31 -> v0.3.32
    Updating futures-sink v0.3.31 -> v0.3.32
    Updating futures-task v0.3.31 -> v0.3.32
    Updating futures-util v0.3.31 -> v0.3.32
    Updating indicatif v0.18.3 -> v0.18.4
    Updating js-sys v0.3.85 -> v0.3.91
    Updating libredox v0.1.12 -> v0.1.14
    Updating libz-sys v1.1.23 -> v1.1.24
    Updating linux-raw-sys v0.11.0 -> v0.12.1
    Updating native-tls v0.2.15 -> v0.2.18
      Adding openssl-probe v0.2.1
    Updating pin-project v1.1.10 -> v1.1.11
    Updating pin-project-internal v1.1.10 -> v1.1.11
    Updating pin-project-lite v0.2.16 -> v0.2.17
      Adding plain v0.2.3
    Updating redox_syscall v0.7.1 -> v0.7.3
    Updating regex-syntax v0.8.9 -> v0.8.10
    Updating rustix v1.1.3 -> v1.1.4
    Updating rustls v0.23.36 -> v0.23.37
    Updating security-framework v2.11.1 -> v3.7.0
    Updating security-framework-sys v2.15.0 -> v2.17.0
    Updating syn v2.0.115 -> v2.0.117
    Updating tempfile v3.25.0 -> v3.26.0
    Updating toml_parser v1.0.8+spec-1.1.0 -> v1.0.9+spec-1.1.0
    Updating unicode-ident v1.0.23 -> v1.0.24
    Updating uuid v1.20.0 -> v1.21.0
    Updating wasm-bindgen v0.2.108 -> v0.2.114
    Updating wasm-bindgen-futures v0.4.58 -> v0.4.64
    Updating wasm-bindgen-macro v0.2.108 -> v0.2.114
    Updating wasm-bindgen-macro-support v0.2.108 -> v0.2.114
    Updating wasm-bindgen-shared v0.2.108 -> v0.2.114
    Updating web-sys v0.3.85 -> v0.3.91
    Updating zerocopy v0.8.39 -> v0.8.40
    Updating zerocopy-derive v0.8.39 -> v0.8.40
note: pass `--verbose` to see 5 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@eviden.com>
@primeos-work primeos-work enabled auto-merge March 2, 2026 09:26
@primeos-work primeos-work added this pull request to the merge queue Mar 2, 2026
Merged via the queue into science-computing:master with commit 5b1b2cb Mar 2, 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