Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Weekly cargo update of dependencies #1062

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Weekly cargo update of dependencies #1062

merged 1 commit into from
Dec 23, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 32 packages to latest compatible versions
    Updating anyhow v1.0.94 -> v1.0.95
    Updating cargo-config2 v0.1.29 -> v0.1.31
    Updating cc v1.2.4 -> v1.2.5
    Updating clap-verbosity-flag v3.0.1 -> v3.0.2
    Updating console v0.15.8 -> v0.15.10
    Updating encode_unicode v0.3.6 -> v1.0.0
    Updating float-cmp v0.9.0 -> v0.10.0
    Updating gix-date v0.9.2 -> v0.9.3
    Updating gix-fs v0.12.0 -> v0.12.1
    Updating gix-object v0.46.0 -> v0.46.1
    Updating gix-packetline v0.18.1 -> v0.18.2
    Updating gix-ref v0.49.0 -> v0.49.1
    Updating gix-revision v0.31.0 -> v0.31.1
    Updating gix-traverse v0.43.0 -> v0.43.1
    Updating gix-url v0.28.1 -> v0.28.2
    Updating home v0.5.9 -> v0.5.11
    Updating hyper v1.5.1 -> v1.5.2
    Updating hyper-rustls v0.27.3 -> v0.27.5
    Updating libc v0.2.168 -> v0.2.169
    Updating miniz_oxide v0.8.0 -> v0.8.2
    Updating object v0.36.5 -> v0.36.7
    Updating os_info v3.9.0 -> v3.9.1
    Updating predicates v3.1.2 -> v3.1.3
    Updating predicates-core v1.0.8 -> v1.0.9
    Updating predicates-tree v1.0.11 -> v1.0.12
    Updating quinn-udp v0.5.8 -> v0.5.9
    Updating serde_json v1.0.133 -> v1.0.134
    Updating syn v2.0.90 -> v2.0.91
    Updating termtree v0.4.1 -> v0.5.1
    Updating thiserror v2.0.7 -> v2.0.9
    Updating thiserror-impl v2.0.7 -> v2.0.9
    Updating tinyvec v1.8.0 -> v1.8.1
note: pass `--verbose` to see 2 unchanged dependencies behind latest

     Locking 32 packages to latest compatible versions
    Updating anyhow v1.0.94 -> v1.0.95
    Updating cargo-config2 v0.1.29 -> v0.1.31
    Updating cc v1.2.4 -> v1.2.5
    Updating clap-verbosity-flag v3.0.1 -> v3.0.2
    Updating console v0.15.8 -> v0.15.10
    Updating encode_unicode v0.3.6 -> v1.0.0
    Updating float-cmp v0.9.0 -> v0.10.0
    Updating gix-date v0.9.2 -> v0.9.3
    Updating gix-fs v0.12.0 -> v0.12.1
    Updating gix-object v0.46.0 -> v0.46.1
    Updating gix-packetline v0.18.1 -> v0.18.2
    Updating gix-ref v0.49.0 -> v0.49.1
    Updating gix-revision v0.31.0 -> v0.31.1
    Updating gix-traverse v0.43.0 -> v0.43.1
    Updating gix-url v0.28.1 -> v0.28.2
    Updating home v0.5.9 -> v0.5.11
    Updating hyper v1.5.1 -> v1.5.2
    Updating hyper-rustls v0.27.3 -> v0.27.5
    Updating libc v0.2.168 -> v0.2.169
    Updating miniz_oxide v0.8.0 -> v0.8.2
    Updating object v0.36.5 -> v0.36.7
    Updating os_info v3.9.0 -> v3.9.1
    Updating predicates v3.1.2 -> v3.1.3
    Updating predicates-core v1.0.8 -> v1.0.9
    Updating predicates-tree v1.0.11 -> v1.0.12
    Updating quinn-udp v0.5.8 -> v0.5.9
    Updating serde_json v1.0.133 -> v1.0.134
    Updating syn v2.0.90 -> v2.0.91
    Updating termtree v0.4.1 -> v0.5.1
    Updating thiserror v2.0.7 -> v2.0.9
    Updating thiserror-impl v2.0.7 -> v2.0.9
    Updating tinyvec v1.8.0 -> v1.8.1
note: pass `--verbose` to see 2 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) December 23, 2024 03:45
@github-actions github-actions bot merged commit 6768edb into main Dec 23, 2024
30 checks passed
@github-actions github-actions bot deleted the cargo_update branch December 23, 2024 03:59
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