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

Merged
merged 2 commits into from
Jan 11, 2025
Merged

Weekly cargo update of dependencies #1069

merged 2 commits into from
Jan 11, 2025

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 27 packages to latest compatible versions
    Updating bstr v1.11.1 -> v1.11.3
    Updating bugreport v0.5.0 -> v0.5.1
    Updating cc v1.2.6 -> v1.2.7
      Adding darling v0.20.10
      Adding darling_core v0.20.10
      Adding darling_macro v0.20.10
      Adding derive_builder v0.20.2
      Adding derive_builder_core v0.20.2
      Adding derive_builder_macro v0.20.2
    Updating handlebars v6.2.0 -> v6.3.0
      Adding ident_case v1.0.1
    Updating insta v1.41.1 -> v1.42.0
    Updating jiff v0.1.16 -> v0.1.21
    Removing lazy_static v1.5.0
      Adding ntapi v0.4.1
    Updating os_info v3.9.1 -> v3.9.2
      Adding portable-atomic v1.10.0
      Adding portable-atomic-util v0.2.4
    Updating reqwest v0.12.11 -> v0.12.12
    Updating syn v2.0.93 -> v2.0.95
    Removing sys-info v0.9.1
      Adding sysinfo v0.33.1
    Updating tempfile v3.14.0 -> v3.15.0
      Adding windows v0.57.0
      Adding windows-core v0.57.0
      Adding windows-implement v0.57.0
      Adding windows-interface v0.57.0
      Adding windows-result v0.1.2
    Updating winnow v0.6.20 -> v0.6.22
note: pass `--verbose` to see 4 unchanged dependencies behind latest

     Locking 27 packages to latest compatible versions
    Updating bstr v1.11.1 -> v1.11.3
    Updating bugreport v0.5.0 -> v0.5.1
    Updating cc v1.2.6 -> v1.2.7
      Adding darling v0.20.10
      Adding darling_core v0.20.10
      Adding darling_macro v0.20.10
      Adding derive_builder v0.20.2
      Adding derive_builder_core v0.20.2
      Adding derive_builder_macro v0.20.2
    Updating handlebars v6.2.0 -> v6.3.0
      Adding ident_case v1.0.1
    Updating insta v1.41.1 -> v1.42.0
    Updating jiff v0.1.16 -> v0.1.21
    Removing lazy_static v1.5.0
      Adding ntapi v0.4.1
    Updating os_info v3.9.1 -> v3.9.2
      Adding portable-atomic v1.10.0
      Adding portable-atomic-util v0.2.4
    Updating reqwest v0.12.11 -> v0.12.12
    Updating syn v2.0.93 -> v2.0.95
    Removing sys-info v0.9.1
      Adding sysinfo v0.33.1
    Updating tempfile v3.14.0 -> v3.15.0
      Adding windows v0.57.0
      Adding windows-core v0.57.0
      Adding windows-implement v0.57.0
      Adding windows-interface v0.57.0
      Adding windows-result v0.1.2
    Updating winnow v0.6.20 -> v0.6.22
note: pass `--verbose` to see 4 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) January 6, 2025 03:47
@github-actions github-actions bot merged commit 398a098 into main Jan 11, 2025
31 checks passed
@github-actions github-actions bot deleted the cargo_update branch January 11, 2025 01:08
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