Skip to content

Update all dependencies (Cargo.lock) - #541

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

Update all dependencies (Cargo.lock)#541
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 26 packages to latest Rust 1.88.0 compatible versions
    Updating anyhow v1.0.102 -> v1.0.103
    Updating bstr v1.12.1 -> v1.12.3
    Updating bytes v1.11.1 -> v1.12.0
    Updating camino v1.2.2 -> v1.2.4
    Updating cc v1.2.64 -> v1.2.65
    Updating chacha20 v0.10.0 -> v0.10.1
    Updating config v0.15.23 -> v0.15.25
    Updating getrandom v0.4.2 -> v0.4.3
    Updating handlebars v6.4.1 -> v6.4.2
    Updating hybrid-array v0.4.12 -> v0.4.13
    Removing id-arena v2.3.0
    Updating indicatif v0.18.4 -> v0.18.5
    Updating js-sys v0.3.102 -> v0.3.103
    Removing leb128fmt v0.1.0
    Updating log v0.4.32 -> v0.4.33
    Removing prettyplease v0.2.37
    Updating quote v1.0.45 -> v1.0.46
    Updating rustls v0.23.40 -> v0.23.41
    Updating syn v2.0.117 -> v2.0.118
    Updating time v0.3.49 -> v0.3.52
    Updating time-macros v0.2.29 -> v0.2.31
    Removing unicode-xid v0.2.6
    Updating uuid v1.23.3 -> v1.23.4
    Removing wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06
    Updating wasm-bindgen v0.2.125 -> v0.2.126
    Updating wasm-bindgen-futures v0.4.75 -> v0.4.76
    Updating wasm-bindgen-macro v0.2.125 -> v0.2.126
    Updating wasm-bindgen-macro-support v0.2.125 -> v0.2.126
    Updating wasm-bindgen-shared v0.2.125 -> v0.2.126
    Removing wasm-encoder v0.244.0
    Removing wasm-metadata v0.244.0
    Removing wasmparser v0.244.0
    Updating web-sys v0.3.102 -> v0.3.103
    Updating which v8.0.3 -> v8.0.4
    Removing wit-bindgen v0.51.0
    Removing wit-bindgen-core v0.51.0
    Removing wit-bindgen-rust v0.51.0
    Removing wit-bindgen-rust-macro v0.51.0
    Removing wit-component v0.244.0
    Removing wit-parser v0.244.0
note: pass `--verbose` to see 3 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 Jun 30, 2026
Merged via the queue into science-computing:master with commit efc70f7 Jun 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