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

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Weekly cargo update of dependencies #568

merged 1 commit into from
Oct 23, 2023

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

    Updating cpufeatures v0.2.9 -> v0.2.10
    Updating hashbrown v0.14.1 -> v0.14.2
    Updating ipnet v2.8.0 -> v2.9.0
    Updating lock_api v0.4.10 -> v0.4.11
    Updating parking_lot_core v0.9.8 -> v0.9.9
      Adding redox_syscall v0.4.1
    Updating regex v1.10.1 -> v1.10.2
    Updating regex-automata v0.4.2 -> v0.4.3
    Updating rustix v0.38.19 -> v0.38.20
    Removing socket2 v0.4.9
    Removing socket2 v0.5.4
      Adding socket2 v0.4.10
      Adding socket2 v0.5.5
    Updating thiserror v1.0.49 -> v1.0.50
    Updating thiserror-impl v1.0.49 -> v1.0.50
    Updating tracing v0.1.39 -> v0.1.40
    Updating uuid v1.4.1 -> v1.5.0

    Updating cpufeatures v0.2.9 -> v0.2.10
    Updating hashbrown v0.14.1 -> v0.14.2
    Updating ipnet v2.8.0 -> v2.9.0
    Updating lock_api v0.4.10 -> v0.4.11
    Updating parking_lot_core v0.9.8 -> v0.9.9
      Adding redox_syscall v0.4.1
    Updating regex v1.10.1 -> v1.10.2
    Updating regex-automata v0.4.2 -> v0.4.3
    Updating rustix v0.38.19 -> v0.38.20
    Removing socket2 v0.4.9
    Removing socket2 v0.5.4
      Adding socket2 v0.4.10
      Adding socket2 v0.5.5
    Updating thiserror v1.0.49 -> v1.0.50
    Updating thiserror-impl v1.0.49 -> v1.0.50
    Updating tracing v0.1.39 -> v0.1.40
    Updating uuid v1.4.1 -> v1.5.0
@github-actions github-actions bot enabled auto-merge (squash) October 23, 2023 03:40
@github-actions github-actions bot merged commit 77c7127 into main Oct 23, 2023
@github-actions github-actions bot deleted the cargo_update branch October 23, 2023 03:55
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