Skip to content

Update all dependencies (Cargo.lock)#539

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

Update all dependencies (Cargo.lock)#539
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 63 packages to latest Rust 1.88.0 compatible versions
    Updating autocfg v1.5.0 -> v1.5.1
    Updating bitflags v2.11.1 -> v2.13.0
    Updating block-buffer v0.12.0 -> v0.12.1
    Updating bumpalo v3.20.2 -> v3.20.3
    Updating bytesize v2.3.1 -> v2.4.0
    Updating cc v1.2.61 -> v1.2.64
    Updating chrono v0.4.44 -> v0.4.45
    Updating clap_complete v4.6.3 -> v4.6.5
    Updating config v0.15.22 -> v0.15.23
    Updating crypto-common v0.2.1 -> v0.2.2
    Updating diesel v2.3.8 -> v2.3.10
    Updating diesel_derives v2.3.8 -> v2.3.9
    Updating digest v0.11.2 -> v0.11.3
    Updating displaydoc v0.2.5 -> v0.2.6
    Updating either v1.15.0 -> v1.16.0
    Updating filetime v0.2.27 -> v0.2.29
    Updating getset v0.1.6 -> v0.1.7
    Updating h2 v0.4.13 -> v0.4.15
    Updating handlebars v6.4.0 -> v6.4.1
    Updating hashbrown v0.17.0 -> v0.17.1
    Updating http v1.4.0 -> v1.4.2
    Updating hybrid-array v0.4.11 -> v0.4.12
    Updating hyper v1.9.0 -> v1.10.1
    Removing iri-string v0.7.12
    Updating js-sys v0.3.97 -> v0.3.102
    Updating libgit2-sys v0.18.3+1.9.2 -> v0.18.5+1.9.4
    Removing libredox v0.1.16
    Updating libz-sys v1.1.28 -> v1.1.29
    Updating log v0.4.29 -> v0.4.32
    Updating memchr v2.8.0 -> v2.8.2
    Updating mio v1.2.0 -> v1.2.1
    Updating num-conv v0.2.1 -> v0.2.2
    Updating num-modular v0.6.1 -> v0.6.4
    Updating openssl v0.10.79 -> v0.10.81
    Updating openssl-sys v0.9.115 -> v0.9.117
    Updating pin-project v1.1.11 -> v1.1.13
    Updating pin-project-internal v1.1.11 -> v1.1.13
    Removing plain v0.2.3
    Updating quick-xml v0.39.2 -> v0.39.4
    Removing redox_syscall v0.7.4
    Updating regex v1.12.3 -> v1.12.4
    Updating regex-syntax v0.8.10 -> v0.8.11
    Updating reqwest v0.13.3 -> v0.13.4
    Updating serde_json v1.0.149 -> v1.0.150
    Updating shlex v1.3.0 -> v2.0.1
    Updating smallvec v1.15.1 -> v1.15.2
    Updating socket2 v0.6.3 -> v0.6.4
    Updating tar v0.4.45 -> v0.4.46
    Updating time v0.3.47 -> v0.3.49
    Updating time-core v0.1.8 -> v0.1.9
    Updating time-macros v0.2.27 -> v0.2.29
    Updating tokio v1.52.1 -> v1.52.3
    Updating tower-http v0.6.8 -> v0.6.11
    Updating typenum v1.20.0 -> v1.20.1
    Updating uuid v1.23.1 -> v1.23.3
    Updating wasip2 v1.0.3+wasi-0.2.9 -> v1.0.4+wasi-0.2.12
    Updating wasm-bindgen v0.2.120 -> v0.2.125
    Updating wasm-bindgen-futures v0.4.70 -> v0.4.75
    Updating wasm-bindgen-macro v0.2.120 -> v0.2.125
    Updating wasm-bindgen-macro-support v0.2.120 -> v0.2.125
    Updating wasm-bindgen-shared v0.2.120 -> v0.2.125
    Updating web-sys v0.3.97 -> v0.3.102
    Updating which v8.0.2 -> v8.0.3
    Updating winnow v1.0.2 -> v1.0.3
    Updating yoke v0.8.2 -> v0.8.3
    Updating zerofrom v0.1.7 -> v0.1.8
    Updating zeroize v1.8.2 -> v1.9.0
note: pass `--verbose` to see 4 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 16, 2026
Merged via the queue into science-computing:master with commit 290afbf Jun 16, 2026
11 of 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