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 #886

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Weekly cargo update of dependencies #886

merged 1 commit into from
Aug 26, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 35 packages to latest compatible versions
      Adding adler2 v2.0.0
    Updating cargo-config2 v0.1.26 -> v0.1.27
    Updating cc v1.1.13 -> v1.1.14
    Updating fastrand v2.1.0 -> v2.1.1
    Updating flate2 v1.0.31 -> v1.0.33
    Updating gix-attributes v0.22.3 -> v0.22.5
    Updating gix-command v0.3.8 -> v0.3.9
    Updating gix-config-value v0.14.7 -> v0.14.8
    Updating gix-credentials v0.24.4 -> v0.24.5
      Adding gix-date v0.9.0
    Updating gix-fs v0.11.2 -> v0.11.3
    Updating gix-glob v0.16.4 -> v0.16.5
    Updating gix-ignore v0.11.3 -> v0.11.4
    Updating gix-packetline v0.17.5 -> v0.17.6
    Updating gix-packetline-blocking v0.17.4 -> v0.17.5
    Updating gix-path v0.10.9 -> v0.10.10
    Updating gix-pathspec v0.7.6 -> v0.7.7
    Updating gix-prompt v0.8.6 -> v0.8.7
    Updating gix-protocol v0.45.2 -> v0.45.3
    Updating gix-sec v0.10.7 -> v0.10.8
    Updating gix-tempfile v14.0.1 -> v14.0.2
    Updating gix-transport v0.42.2 -> v0.42.3
    Updating gix-url v0.27.4 -> v0.27.5
      Adding jiff v0.1.10
      Adding jiff-tzdb v0.1.0
      Adding jiff-tzdb-platform v0.1.0
    Updating libz-ng-sys v1.1.15 -> v1.1.16
    Updating libz-sys v1.1.19 -> v1.1.20
      Adding miniz_oxide v0.8.0
    Updating quote v1.0.36 -> v1.0.37
    Updating serde v1.0.208 -> v1.0.209
    Updating serde_derive v1.0.208 -> v1.0.209
    Updating serde_json v1.0.125 -> v1.0.127
    Updating syn v2.0.75 -> v2.0.76
    Updating system-configuration v0.6.0 -> v0.6.1
note: pass `--verbose` to see 60 unchanged dependencies behind latest

     Locking 35 packages to latest compatible versions
      Adding adler2 v2.0.0
    Updating cargo-config2 v0.1.26 -> v0.1.27
    Updating cc v1.1.13 -> v1.1.14
    Updating fastrand v2.1.0 -> v2.1.1
    Updating flate2 v1.0.31 -> v1.0.33
    Updating gix-attributes v0.22.3 -> v0.22.5
    Updating gix-command v0.3.8 -> v0.3.9
    Updating gix-config-value v0.14.7 -> v0.14.8
    Updating gix-credentials v0.24.4 -> v0.24.5
      Adding gix-date v0.9.0
    Updating gix-fs v0.11.2 -> v0.11.3
    Updating gix-glob v0.16.4 -> v0.16.5
    Updating gix-ignore v0.11.3 -> v0.11.4
    Updating gix-packetline v0.17.5 -> v0.17.6
    Updating gix-packetline-blocking v0.17.4 -> v0.17.5
    Updating gix-path v0.10.9 -> v0.10.10
    Updating gix-pathspec v0.7.6 -> v0.7.7
    Updating gix-prompt v0.8.6 -> v0.8.7
    Updating gix-protocol v0.45.2 -> v0.45.3
    Updating gix-sec v0.10.7 -> v0.10.8
    Updating gix-tempfile v14.0.1 -> v14.0.2
    Updating gix-transport v0.42.2 -> v0.42.3
    Updating gix-url v0.27.4 -> v0.27.5
      Adding jiff v0.1.10
      Adding jiff-tzdb v0.1.0
      Adding jiff-tzdb-platform v0.1.0
    Updating libz-ng-sys v1.1.15 -> v1.1.16
    Updating libz-sys v1.1.19 -> v1.1.20
      Adding miniz_oxide v0.8.0
    Updating quote v1.0.36 -> v1.0.37
    Updating serde v1.0.208 -> v1.0.209
    Updating serde_derive v1.0.208 -> v1.0.209
    Updating serde_json v1.0.125 -> v1.0.127
    Updating syn v2.0.75 -> v2.0.76
    Updating system-configuration v0.6.0 -> v0.6.1
note: pass `--verbose` to see 60 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) August 26, 2024 03:42
@github-actions github-actions bot merged commit 4e86576 into main Aug 26, 2024
31 checks passed
@github-actions github-actions bot deleted the cargo_update branch August 26, 2024 03:52
# 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