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

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Weekly cargo update of dependencies #1074

merged 1 commit into from
Jan 13, 2025

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 29 packages to latest compatible versions
    Updating bitflags v2.6.0 -> v2.7.0
    Updating cargo-config2 v0.1.31 -> v0.1.32
    Updating cc v1.2.7 -> v1.2.9
    Updating clap v4.5.23 -> v4.5.26
    Updating clap_builder v4.5.23 -> v4.5.26
    Updating clap_derive v4.5.18 -> v4.5.24
    Updating jiff v0.1.21 -> v0.1.22
    Updating js-sys v0.3.76 -> v0.3.77
    Updating libz-sys v1.1.20 -> v1.1.21
    Updating linux-raw-sys v0.4.14 -> v0.4.15
    Updating pin-project-lite v0.2.15 -> v0.2.16
    Updating proc-macro2 v1.0.92 -> v1.0.93
    Updating rustix v0.38.42 -> v0.38.43
    Updating rustls v0.23.20 -> v0.23.21
      Adding rustversion v1.0.19
    Updating serde_json v1.0.134 -> v1.0.135
    Updating syn v2.0.95 -> v2.0.96
    Updating thiserror v2.0.9 -> v2.0.11
    Updating thiserror-impl v2.0.9 -> v2.0.11
    Updating tokio v1.42.0 -> v1.43.0
    Updating uuid v1.11.0 -> v1.11.1
    Updating wasm-bindgen v0.2.99 -> v0.2.100
    Updating wasm-bindgen-backend v0.2.99 -> v0.2.100
    Updating wasm-bindgen-futures v0.4.49 -> v0.4.50
    Updating wasm-bindgen-macro v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro-support v0.2.99 -> v0.2.100
    Updating wasm-bindgen-shared v0.2.99 -> v0.2.100
    Updating web-sys v0.3.76 -> v0.3.77
    Updating winnow v0.6.22 -> v0.6.24
note: pass `--verbose` to see 5 unchanged dependencies behind latest

     Locking 29 packages to latest compatible versions
    Updating bitflags v2.6.0 -> v2.7.0
    Updating cargo-config2 v0.1.31 -> v0.1.32
    Updating cc v1.2.7 -> v1.2.9
    Updating clap v4.5.23 -> v4.5.26
    Updating clap_builder v4.5.23 -> v4.5.26
    Updating clap_derive v4.5.18 -> v4.5.24
    Updating jiff v0.1.21 -> v0.1.22
    Updating js-sys v0.3.76 -> v0.3.77
    Updating libz-sys v1.1.20 -> v1.1.21
    Updating linux-raw-sys v0.4.14 -> v0.4.15
    Updating pin-project-lite v0.2.15 -> v0.2.16
    Updating proc-macro2 v1.0.92 -> v1.0.93
    Updating rustix v0.38.42 -> v0.38.43
    Updating rustls v0.23.20 -> v0.23.21
      Adding rustversion v1.0.19
    Updating serde_json v1.0.134 -> v1.0.135
    Updating syn v2.0.95 -> v2.0.96
    Updating thiserror v2.0.9 -> v2.0.11
    Updating thiserror-impl v2.0.9 -> v2.0.11
    Updating tokio v1.42.0 -> v1.43.0
    Updating uuid v1.11.0 -> v1.11.1
    Updating wasm-bindgen v0.2.99 -> v0.2.100
    Updating wasm-bindgen-backend v0.2.99 -> v0.2.100
    Updating wasm-bindgen-futures v0.4.49 -> v0.4.50
    Updating wasm-bindgen-macro v0.2.99 -> v0.2.100
    Updating wasm-bindgen-macro-support v0.2.99 -> v0.2.100
    Updating wasm-bindgen-shared v0.2.99 -> v0.2.100
    Updating web-sys v0.3.76 -> v0.3.77
    Updating winnow v0.6.22 -> v0.6.24
note: pass `--verbose` to see 5 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) January 13, 2025 03:47
@github-actions github-actions bot merged commit 4f03ac9 into main Jan 13, 2025
32 checks passed
@github-actions github-actions bot deleted the cargo_update branch January 13, 2025 04:00
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