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

Merged
merged 2 commits into from
Aug 21, 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 aho-corasick v1.0.3 -> v1.0.4
    Updating anyhow v1.0.72 -> v1.0.75
      Adding base64 v0.21.2
    Updating cc v1.0.82 -> v1.0.83
    Updating clap v4.3.21 -> v4.3.23
    Updating clap_builder v4.3.21 -> v4.3.23
    Updating deranged v0.3.7 -> v0.3.8
    Updating dyn-clone v1.0.12 -> v1.0.13
    Updating flate2 v1.0.26 -> v1.0.27
    Updating quote v1.0.32 -> v1.0.33
    Updating ron v0.8.0 -> v0.8.1
 Downgrading serde v1.0.183 -> v1.0.171
 Downgrading serde_derive v1.0.183 -> v1.0.171
    Updating serde_json v1.0.104 -> v1.0.105
    Updating similar-asserts v1.4.2 -> v1.5.0
    Updating syn v2.0.28 -> v2.0.29
    Updating tempfile v3.7.1 -> v3.8.0
    Updating thiserror v1.0.44 -> v1.0.47
    Updating thiserror-impl v1.0.44 -> v1.0.47
    Updating time v0.3.25 -> v0.3.26
    Updating time-macros v0.2.11 -> v0.2.12
    Updating tokio v1.31.0 -> v1.32.0
    Updating trybuild v1.0.82 -> v1.0.83
    Updating windows-targets v0.48.1 -> v0.48.5
    Updating windows_aarch64_gnullvm v0.48.0 -> v0.48.5
    Updating windows_aarch64_msvc v0.48.0 -> v0.48.5
    Updating windows_i686_gnu v0.48.0 -> v0.48.5
    Updating windows_i686_msvc v0.48.0 -> v0.48.5
    Updating windows_x86_64_gnu v0.48.0 -> v0.48.5
    Updating windows_x86_64_gnullvm v0.48.0 -> v0.48.5
    Updating windows_x86_64_msvc v0.48.0 -> v0.48.5

    Updating aho-corasick v1.0.3 -> v1.0.4
    Updating anyhow v1.0.72 -> v1.0.75
      Adding base64 v0.21.2
    Updating cc v1.0.82 -> v1.0.83
    Updating clap v4.3.21 -> v4.3.23
    Updating clap_builder v4.3.21 -> v4.3.23
    Updating deranged v0.3.7 -> v0.3.8
    Updating dyn-clone v1.0.12 -> v1.0.13
    Updating flate2 v1.0.26 -> v1.0.27
    Updating quote v1.0.32 -> v1.0.33
    Updating ron v0.8.0 -> v0.8.1
 Downgrading serde v1.0.183 -> v1.0.171
 Downgrading serde_derive v1.0.183 -> v1.0.171
    Updating serde_json v1.0.104 -> v1.0.105
    Updating similar-asserts v1.4.2 -> v1.5.0
    Updating syn v2.0.28 -> v2.0.29
    Updating tempfile v3.7.1 -> v3.8.0
    Updating thiserror v1.0.44 -> v1.0.47
    Updating thiserror-impl v1.0.44 -> v1.0.47
    Updating time v0.3.25 -> v0.3.26
    Updating time-macros v0.2.11 -> v0.2.12
    Updating tokio v1.31.0 -> v1.32.0
    Updating trybuild v1.0.82 -> v1.0.83
    Updating windows-targets v0.48.1 -> v0.48.5
    Updating windows_aarch64_gnullvm v0.48.0 -> v0.48.5
    Updating windows_aarch64_msvc v0.48.0 -> v0.48.5
    Updating windows_i686_gnu v0.48.0 -> v0.48.5
    Updating windows_i686_msvc v0.48.0 -> v0.48.5
    Updating windows_x86_64_gnu v0.48.0 -> v0.48.5
    Updating windows_x86_64_gnullvm v0.48.0 -> v0.48.5
    Updating windows_x86_64_msvc v0.48.0 -> v0.48.5
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Aug 21, 2023
@github-actions github-actions bot enabled auto-merge (squash) August 21, 2023 03:43
@github-actions github-actions bot merged commit 806df57 into main Aug 21, 2023
12 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch August 21, 2023 03:53
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