Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Weekly cargo update of dependencies #1002

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Weekly cargo update of dependencies #1002

merged 1 commit into from
Nov 25, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 30 packages to latest compatible versions
    Updating async-compression v0.4.17 -> v0.4.18
    Updating cpufeatures v0.2.15 -> v0.2.16
    Updating gix-bitmap v0.2.12 -> v0.2.13
    Updating gix-chunk v0.4.9 -> v0.4.10
    Updating gix-command v0.3.10 -> v0.3.11
    Updating gix-config-value v0.14.9 -> v0.14.10
    Updating gix-date v0.9.1 -> v0.9.2
    Updating gix-path v0.10.12 -> v0.10.13
    Updating gix-prompt v0.8.8 -> v0.8.9
    Updating gix-quote v0.4.13 -> v0.4.14
    Updating gix-sec v0.10.9 -> v0.10.10
    Updating gix-validate v0.9.1 -> v0.9.2
    Updating h2 v0.4.6 -> v0.4.7
    Updating hashbrown v0.15.1 -> v0.15.2
    Updating hyper v1.5.0 -> v1.5.1
    Updating itoa v1.0.11 -> v1.0.13
    Updating litemap v0.7.3 -> v0.7.4
    Updating proc-macro2 v1.0.89 -> v1.0.92
    Updating rustix v0.38.40 -> v0.38.41
    Updating rustls v0.23.17 -> v0.23.18
    Updating schannel v0.1.26 -> v0.1.27
    Updating syn v2.0.87 -> v2.0.89
    Updating sync_wrapper v1.0.1 -> v1.0.2
    Updating unicode-ident v1.0.13 -> v1.0.14
    Updating url v2.5.3 -> v2.5.4
    Updating webpki-roots v0.26.6 -> v0.26.7
    Updating yoke v0.7.4 -> v0.7.5
    Updating yoke-derive v0.7.4 -> v0.7.5
    Updating zerofrom v0.1.4 -> v0.1.5
    Updating zerofrom-derive v0.1.4 -> v0.1.5
note: pass `--verbose` to see 87 unchanged dependencies behind latest

     Locking 30 packages to latest compatible versions
    Updating async-compression v0.4.17 -> v0.4.18
    Updating cpufeatures v0.2.15 -> v0.2.16
    Updating gix-bitmap v0.2.12 -> v0.2.13
    Updating gix-chunk v0.4.9 -> v0.4.10
    Updating gix-command v0.3.10 -> v0.3.11
    Updating gix-config-value v0.14.9 -> v0.14.10
    Updating gix-date v0.9.1 -> v0.9.2
    Updating gix-path v0.10.12 -> v0.10.13
    Updating gix-prompt v0.8.8 -> v0.8.9
    Updating gix-quote v0.4.13 -> v0.4.14
    Updating gix-sec v0.10.9 -> v0.10.10
    Updating gix-validate v0.9.1 -> v0.9.2
    Updating h2 v0.4.6 -> v0.4.7
    Updating hashbrown v0.15.1 -> v0.15.2
    Updating hyper v1.5.0 -> v1.5.1
    Updating itoa v1.0.11 -> v1.0.13
    Updating litemap v0.7.3 -> v0.7.4
    Updating proc-macro2 v1.0.89 -> v1.0.92
    Updating rustix v0.38.40 -> v0.38.41
    Updating rustls v0.23.17 -> v0.23.18
    Updating schannel v0.1.26 -> v0.1.27
    Updating syn v2.0.87 -> v2.0.89
    Updating sync_wrapper v1.0.1 -> v1.0.2
    Updating unicode-ident v1.0.13 -> v1.0.14
    Updating url v2.5.3 -> v2.5.4
    Updating webpki-roots v0.26.6 -> v0.26.7
    Updating yoke v0.7.4 -> v0.7.5
    Updating yoke-derive v0.7.4 -> v0.7.5
    Updating zerofrom v0.1.4 -> v0.1.5
    Updating zerofrom-derive v0.1.4 -> v0.1.5
note: pass `--verbose` to see 87 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) November 25, 2024 03:52
@github-actions github-actions bot merged commit 9482a94 into main Nov 25, 2024
30 checks passed
@github-actions github-actions bot deleted the cargo_update branch November 25, 2024 04:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant