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

Merged
merged 1 commit into from
Dec 25, 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 anyhow v1.0.75 -> v1.0.76
    Updating async-trait v0.1.74 -> v0.1.75
    Updating crossbeam-channel v0.5.9 -> v0.5.10
    Updating crossbeam-utils v0.8.17 -> v0.8.18
    Updating futures v0.3.29 -> v0.3.30
    Updating futures-channel v0.3.29 -> v0.3.30
    Updating futures-core v0.3.29 -> v0.3.30
    Updating futures-executor v0.3.29 -> v0.3.30
    Updating futures-io v0.3.29 -> v0.3.30
    Updating futures-macro v0.3.29 -> v0.3.30
    Updating futures-sink v0.3.29 -> v0.3.30
    Updating futures-task v0.3.29 -> v0.3.30
    Updating futures-util v0.3.29 -> v0.3.30
    Updating hyper v0.14.27 -> v0.14.28
    Updating object v0.32.1 -> v0.32.2
    Updating openssl v0.10.61 -> v0.10.62
    Updating openssl-sys v0.9.97 -> v0.9.98
    Updating pkg-config v0.3.27 -> v0.3.28
    Updating proc-macro2 v1.0.70 -> v1.0.71
    Updating reqwest v0.11.22 -> v0.11.23
    Removing socket2 v0.4.10
    Updating syn v2.0.41 -> v2.0.42
    Updating time v0.3.30 -> v0.3.31
    Updating time-macros v0.2.15 -> v0.2.16
    Updating tokio v1.35.0 -> v1.35.1
    Updating trybuild v1.0.85 -> v1.0.86

    Updating anyhow v1.0.75 -> v1.0.76
    Updating async-trait v0.1.74 -> v0.1.75
    Updating crossbeam-channel v0.5.9 -> v0.5.10
    Updating crossbeam-utils v0.8.17 -> v0.8.18
    Updating futures v0.3.29 -> v0.3.30
    Updating futures-channel v0.3.29 -> v0.3.30
    Updating futures-core v0.3.29 -> v0.3.30
    Updating futures-executor v0.3.29 -> v0.3.30
    Updating futures-io v0.3.29 -> v0.3.30
    Updating futures-macro v0.3.29 -> v0.3.30
    Updating futures-sink v0.3.29 -> v0.3.30
    Updating futures-task v0.3.29 -> v0.3.30
    Updating futures-util v0.3.29 -> v0.3.30
    Updating hyper v0.14.27 -> v0.14.28
    Updating object v0.32.1 -> v0.32.2
    Updating openssl v0.10.61 -> v0.10.62
    Updating openssl-sys v0.9.97 -> v0.9.98
    Updating pkg-config v0.3.27 -> v0.3.28
    Updating proc-macro2 v1.0.70 -> v1.0.71
    Updating reqwest v0.11.22 -> v0.11.23
    Removing socket2 v0.4.10
    Updating syn v2.0.41 -> v2.0.42
    Updating time v0.3.30 -> v0.3.31
    Updating time-macros v0.2.15 -> v0.2.16
    Updating tokio v1.35.0 -> v1.35.1
    Updating trybuild v1.0.85 -> v1.0.86
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Dec 25, 2023
@github-actions github-actions bot enabled auto-merge (squash) December 25, 2023 03:44
@github-actions github-actions bot merged commit 6fafd8c into main Dec 25, 2023
13 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch December 25, 2023 03:49
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