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

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

obi1kenobi
Copy link
Owner

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

The following is the output from cargo update:

     Locking 24 packages to latest compatible versions
    Updating cc v1.1.10 -> v1.1.13
    Updating clap v4.5.15 -> v4.5.16
    Updating indexmap v2.3.0 -> v2.4.0
    Updating js-sys v0.3.69 -> v0.3.70
    Updating libc v0.2.155 -> v0.2.157
      Adding minicov v0.3.5
    Updating mio v1.0.1 -> v1.0.2
    Updating serde v1.0.206 -> v1.0.208
    Updating serde_derive v1.0.206 -> v1.0.208
    Updating serde_json v1.0.124 -> v1.0.125
      Adding shlex v1.3.0
    Updating syn v2.0.74 -> v2.0.75
    Updating tokio v1.39.2 -> v1.39.3
    Updating tower-layer v0.3.2 -> v0.3.3
    Updating tower-service v0.3.2 -> v0.3.3
    Updating wasm-bindgen v0.2.92 -> v0.2.93
    Updating wasm-bindgen-backend v0.2.92 -> v0.2.93
    Updating wasm-bindgen-futures v0.4.42 -> v0.4.43
    Updating wasm-bindgen-macro v0.2.92 -> v0.2.93
    Updating wasm-bindgen-macro-support v0.2.92 -> v0.2.93
    Updating wasm-bindgen-shared v0.2.92 -> v0.2.93
    Updating wasm-bindgen-test v0.3.42 -> v0.3.43
    Updating wasm-bindgen-test-macro v0.3.42 -> v0.3.43
    Updating web-sys v0.3.69 -> v0.3.70
note: pass `--verbose` to see 150 unchanged dependencies behind latest

     Locking 24 packages to latest compatible versions
    Updating cc v1.1.10 -> v1.1.13
    Updating clap v4.5.15 -> v4.5.16
    Updating indexmap v2.3.0 -> v2.4.0
    Updating js-sys v0.3.69 -> v0.3.70
    Updating libc v0.2.155 -> v0.2.157
      Adding minicov v0.3.5
    Updating mio v1.0.1 -> v1.0.2
    Updating serde v1.0.206 -> v1.0.208
    Updating serde_derive v1.0.206 -> v1.0.208
    Updating serde_json v1.0.124 -> v1.0.125
      Adding shlex v1.3.0
    Updating syn v2.0.74 -> v2.0.75
    Updating tokio v1.39.2 -> v1.39.3
    Updating tower-layer v0.3.2 -> v0.3.3
    Updating tower-service v0.3.2 -> v0.3.3
    Updating wasm-bindgen v0.2.92 -> v0.2.93
    Updating wasm-bindgen-backend v0.2.92 -> v0.2.93
    Updating wasm-bindgen-futures v0.4.42 -> v0.4.43
    Updating wasm-bindgen-macro v0.2.92 -> v0.2.93
    Updating wasm-bindgen-macro-support v0.2.92 -> v0.2.93
    Updating wasm-bindgen-shared v0.2.92 -> v0.2.93
    Updating wasm-bindgen-test v0.3.42 -> v0.3.43
    Updating wasm-bindgen-test-macro v0.3.42 -> v0.3.43
    Updating web-sys v0.3.69 -> v0.3.70
note: pass `--verbose` to see 150 unchanged dependencies behind latest
@obi1kenobi obi1kenobi added the R-automated Release: these changes were created automatically by a bot label Aug 19, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 19, 2024 03:43
@github-actions github-actions bot merged commit 97f8106 into main Aug 19, 2024
12 checks passed
@github-actions github-actions bot deleted the main_cargo_update branch August 19, 2024 03:48
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