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 13 packages to latest compatible versions
    Updating bstr v1.12.0 -> v1.12.1
    Updating cc v1.2.41 -> v1.2.43
    Updating clap v4.5.49 -> v4.5.50
    Updating clap_builder v4.5.49 -> v4.5.50
    Updating deranged v0.5.4 -> v0.5.5
    Updating flate2 v1.1.4 -> v1.1.5
    Updating globset v0.4.17 -> v0.4.18
    Updating indoc v2.0.6 -> v2.0.7
    Updating is_terminal_polyfill v1.70.1 -> v1.70.2
    Updating once_cell_polyfill v1.70.1 -> v1.70.2
    Updating proc-macro2 v1.0.101 -> v1.0.103
    Updating syn v2.0.107 -> v2.0.108
    Updating unicode-ident v1.0.19 -> v1.0.20
note: pass `--verbose` to see 24 unchanged dependencies behind latest

     Locking 13 packages to latest compatible versions
    Updating bstr v1.12.0 -> v1.12.1
    Updating cc v1.2.41 -> v1.2.43
    Updating clap v4.5.49 -> v4.5.50
    Updating clap_builder v4.5.49 -> v4.5.50
    Updating deranged v0.5.4 -> v0.5.5
    Updating flate2 v1.1.4 -> v1.1.5
    Updating globset v0.4.17 -> v0.4.18
    Updating indoc v2.0.6 -> v2.0.7
    Updating is_terminal_polyfill v1.70.1 -> v1.70.2
    Updating once_cell_polyfill v1.70.1 -> v1.70.2
    Updating proc-macro2 v1.0.101 -> v1.0.103
    Updating syn v2.0.107 -> v2.0.108
    Updating unicode-ident v1.0.19 -> v1.0.20
note: pass `--verbose` to see 24 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Oct 27, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 27, 2025 04:04
@github-actions github-actions bot merged commit 7d71b30 into main Oct 27, 2025
20 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch October 27, 2025 04:10
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