Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Weekly cargo update of dependencies #1033

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Weekly cargo update of dependencies #1033

merged 1 commit into from
Dec 9, 2024

Conversation

obi1kenobi
Copy link
Owner

Automation to keep dependencies in Cargo.lock current.

The following is the output from cargo update:

     Locking 26 packages to latest compatible versions
    Updating async-graphql-parser v7.0.11 -> v7.0.12
    Updating async-graphql-value v7.0.11 -> v7.0.12
    Updating cc v1.2.2 -> v1.2.3
    Updating clap v4.5.21 -> v4.5.23
    Updating clap_builder v4.5.21 -> v4.5.23
    Updating clap_lex v0.7.3 -> v0.7.4
    Updating fastrand v2.2.0 -> v2.3.0
    Updating http v1.1.0 -> v1.2.0
    Updating js-sys v0.3.74 -> v0.3.76
    Updating pest v2.7.14 -> v2.7.15
    Updating pest_derive v2.7.14 -> v2.7.15
    Updating pest_generator v2.7.14 -> v2.7.15
    Updating pest_meta v2.7.14 -> v2.7.15
    Updating rustix v0.38.41 -> v0.38.42
    Updating thiserror v2.0.3 -> v2.0.6
    Updating thiserror-impl v2.0.3 -> v2.0.6
    Updating tokio v1.41.1 -> v1.42.0
    Updating tokio-rustls v0.26.0 -> v0.26.1
    Updating tokio-util v0.7.12 -> v0.7.13
    Updating wasm-bindgen v0.2.97 -> v0.2.99
    Updating wasm-bindgen-backend v0.2.97 -> v0.2.99
    Updating wasm-bindgen-futures v0.4.47 -> v0.4.49
    Updating wasm-bindgen-macro v0.2.97 -> v0.2.99
    Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99
    Updating wasm-bindgen-shared v0.2.97 -> v0.2.99
    Updating web-sys v0.3.74 -> v0.3.76
note: pass `--verbose` to see 2 unchanged dependencies behind latest

     Locking 26 packages to latest compatible versions
    Updating async-graphql-parser v7.0.11 -> v7.0.12
    Updating async-graphql-value v7.0.11 -> v7.0.12
    Updating cc v1.2.2 -> v1.2.3
    Updating clap v4.5.21 -> v4.5.23
    Updating clap_builder v4.5.21 -> v4.5.23
    Updating clap_lex v0.7.3 -> v0.7.4
    Updating fastrand v2.2.0 -> v2.3.0
    Updating http v1.1.0 -> v1.2.0
    Updating js-sys v0.3.74 -> v0.3.76
    Updating pest v2.7.14 -> v2.7.15
    Updating pest_derive v2.7.14 -> v2.7.15
    Updating pest_generator v2.7.14 -> v2.7.15
    Updating pest_meta v2.7.14 -> v2.7.15
    Updating rustix v0.38.41 -> v0.38.42
    Updating thiserror v2.0.3 -> v2.0.6
    Updating thiserror-impl v2.0.3 -> v2.0.6
    Updating tokio v1.41.1 -> v1.42.0
    Updating tokio-rustls v0.26.0 -> v0.26.1
    Updating tokio-util v0.7.12 -> v0.7.13
    Updating wasm-bindgen v0.2.97 -> v0.2.99
    Updating wasm-bindgen-backend v0.2.97 -> v0.2.99
    Updating wasm-bindgen-futures v0.4.47 -> v0.4.49
    Updating wasm-bindgen-macro v0.2.97 -> v0.2.99
    Updating wasm-bindgen-macro-support v0.2.97 -> v0.2.99
    Updating wasm-bindgen-shared v0.2.97 -> v0.2.99
    Updating web-sys v0.3.74 -> v0.3.76
note: pass `--verbose` to see 2 unchanged dependencies behind latest
@github-actions github-actions bot enabled auto-merge (squash) December 9, 2024 03:54
@github-actions github-actions bot merged commit 0f07691 into main Dec 9, 2024
30 checks passed
@github-actions github-actions bot deleted the cargo_update branch December 9, 2024 04:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant