Skip to content

Conversation

@obi1kenobi
Copy link
Owner

Automation to keep dependencies in the primary Cargo.lock current.

The following is the output from cargo update:

     Locking 20 packages to latest compatible versions
    Updating bitflags v2.9.4 -> v2.10.0
    Updating cfg-if v1.0.3 -> v1.0.4
    Updating clap v4.5.48 -> v4.5.49
    Updating clap_builder v4.5.48 -> v4.5.49
    Updating clap_derive v4.5.47 -> v4.5.49
    Updating clap_lex v0.7.5 -> v0.7.6
    Updating csv v1.3.1 -> v1.4.0
    Updating csv-core v0.1.12 -> v0.1.13
    Updating getrandom v0.3.3 -> v0.3.4
    Updating globset v0.4.16 -> v0.4.17
    Updating indexmap v2.11.4 -> v2.12.0
    Updating mio v1.0.4 -> v1.1.0
    Updating openssl v0.10.73 -> v0.10.74
    Updating openssl-sys v0.9.109 -> v0.9.110
    Updating regex v1.12.1 -> v1.12.2
    Updating regex-automata v0.4.12 -> v0.4.13
    Updating regex-syntax v0.8.7 -> v0.8.8
    Updating syn v2.0.106 -> v2.0.107
    Updating tokio v1.43.2 -> v1.43.3 (available: v1.48.0)
    Updating trybuild v1.0.111 -> v1.0.112
    Removing wasi v0.14.7+wasi-0.2.4
note: pass `--verbose` to see 23 unchanged dependencies behind latest

     Locking 20 packages to latest compatible versions
    Updating bitflags v2.9.4 -> v2.10.0
    Updating cfg-if v1.0.3 -> v1.0.4
    Updating clap v4.5.48 -> v4.5.49
    Updating clap_builder v4.5.48 -> v4.5.49
    Updating clap_derive v4.5.47 -> v4.5.49
    Updating clap_lex v0.7.5 -> v0.7.6
    Updating csv v1.3.1 -> v1.4.0
    Updating csv-core v0.1.12 -> v0.1.13
    Updating getrandom v0.3.3 -> v0.3.4
    Updating globset v0.4.16 -> v0.4.17
    Updating indexmap v2.11.4 -> v2.12.0
    Updating mio v1.0.4 -> v1.1.0
    Updating openssl v0.10.73 -> v0.10.74
    Updating openssl-sys v0.9.109 -> v0.9.110
    Updating regex v1.12.1 -> v1.12.2
    Updating regex-automata v0.4.12 -> v0.4.13
    Updating regex-syntax v0.8.7 -> v0.8.8
    Updating syn v2.0.106 -> v2.0.107
    Updating tokio v1.43.2 -> v1.43.3 (available: v1.48.0)
    Updating trybuild v1.0.111 -> v1.0.112
    Removing wasi v0.14.7+wasi-0.2.4
note: pass `--verbose` to see 23 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Oct 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 20, 2025 04:00
@github-actions github-actions bot merged commit 9363035 into main Oct 20, 2025
20 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch October 20, 2025 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

R-automated Release: these changes were created automatically by a bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant