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 primary dependencies #394

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in the primary Cargo.lock current.

The following is the output from cargo update:

    Updating async-trait v0.1.71 -> v0.1.72
    Updating clap v4.3.12 -> v4.3.19
    Updating clap_builder v4.3.12 -> v4.3.19
    Updating either v1.8.1 -> v1.9.0
    Updating fastrand v1.9.0 -> v2.0.0
    Removing instant v0.1.12
    Removing io-lifetimes v1.0.11
    Removing linux-raw-sys v0.3.8
    Updating num-traits v0.2.15 -> v0.2.16
    Updating pest v2.7.0 -> v2.7.1
    Updating pest_derive v2.7.0 -> v2.7.1
    Updating pest_generator v2.7.0 -> v2.7.1
    Updating pest_meta v2.7.0 -> v2.7.1
    Updating prettyplease v0.2.10 -> v0.2.12
    Updating quote v1.0.31 -> v1.0.32
    Removing rustix v0.37.23
    Updating scopeguard v1.1.0 -> v1.2.0
    Updating security-framework v2.9.1 -> v2.9.2
    Updating security-framework-sys v2.9.0 -> v2.9.1
    Updating serde v1.0.171 -> v1.0.175
    Updating serde_derive v1.0.171 -> v1.0.175
    Updating syn v2.0.26 -> v2.0.27
    Updating target-lexicon v0.12.9 -> v0.12.10
    Updating tempfile v3.6.0 -> v3.7.0
    Updating thiserror v1.0.43 -> v1.0.44
    Updating thiserror-impl v1.0.43 -> v1.0.44
    Updating trustfall-rustdoc-adapter v26.1.4 -> v26.1.5
    Updating trybuild v1.0.81 -> v1.0.82
    Updating uuid v1.4.0 -> v1.4.1

    Updating async-trait v0.1.71 -> v0.1.72
    Updating clap v4.3.12 -> v4.3.19
    Updating clap_builder v4.3.12 -> v4.3.19
    Updating either v1.8.1 -> v1.9.0
    Updating fastrand v1.9.0 -> v2.0.0
    Removing instant v0.1.12
    Removing io-lifetimes v1.0.11
    Removing linux-raw-sys v0.3.8
    Updating num-traits v0.2.15 -> v0.2.16
    Updating pest v2.7.0 -> v2.7.1
    Updating pest_derive v2.7.0 -> v2.7.1
    Updating pest_generator v2.7.0 -> v2.7.1
    Updating pest_meta v2.7.0 -> v2.7.1
    Updating prettyplease v0.2.10 -> v0.2.12
    Updating quote v1.0.31 -> v1.0.32
    Removing rustix v0.37.23
    Updating scopeguard v1.1.0 -> v1.2.0
    Updating security-framework v2.9.1 -> v2.9.2
    Updating security-framework-sys v2.9.0 -> v2.9.1
    Updating serde v1.0.171 -> v1.0.175
    Updating serde_derive v1.0.171 -> v1.0.175
    Updating syn v2.0.26 -> v2.0.27
    Updating target-lexicon v0.12.9 -> v0.12.10
    Updating tempfile v3.6.0 -> v3.7.0
    Updating thiserror v1.0.43 -> v1.0.44
    Updating thiserror-impl v1.0.43 -> v1.0.44
    Updating trustfall-rustdoc-adapter v26.1.4 -> v26.1.5
    Updating trybuild v1.0.81 -> v1.0.82
    Updating uuid v1.4.0 -> v1.4.1
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Jul 24, 2023
@github-actions github-actions bot enabled auto-merge (squash) July 24, 2023 03:43
@github-actions github-actions bot merged commit 09f386e into main Jul 24, 2023
@github-actions github-actions bot deleted the main_cargo_update branch July 24, 2023 03:50
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