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

chore(deps): weekly cargo update #10379

Merged
merged 1 commit into from
Aug 19, 2024
Merged

chore(deps): weekly cargo update #10379

merged 1 commit into from
Aug 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automation to keep dependencies in Cargo.lock current.

cargo update log

     Locking 39 packages to latest compatible versions
    Updating arrayvec v0.7.4 -> v0.7.6
    Updating bytemuck v1.16.3 -> v1.17.0
    Updating bytemuck_derive v1.7.0 -> v1.7.1
    Updating camino v1.1.7 -> v1.1.8
    Updating cc v1.1.8 -> v1.1.13
    Updating clap v4.5.15 -> v4.5.16
    Updating core-foundation-sys v0.8.6 -> v0.8.7
    Updating cpufeatures v0.2.12 -> v0.2.13
      Adding hermit-abi v0.4.0
    Updating indexmap v2.3.0 -> v2.4.0
    Updating is-terminal v0.4.12 -> v0.4.13
    Updating js-sys v0.3.69 -> v0.3.70
    Updating jsonrpsee v0.24.2 -> v0.24.3
    Updating jsonrpsee-client-transport v0.24.2 -> v0.24.3
    Updating jsonrpsee-core v0.24.2 -> v0.24.3
    Updating jsonrpsee-http-client v0.24.2 -> v0.24.3
    Updating jsonrpsee-proc-macros v0.24.2 -> v0.24.3
    Updating jsonrpsee-server v0.24.2 -> v0.24.3
    Updating jsonrpsee-types v0.24.2 -> v0.24.3
    Updating jsonrpsee-wasm-client v0.24.2 -> v0.24.3
    Updating jsonrpsee-ws-client v0.24.2 -> v0.24.3
    Updating libc v0.2.155 -> v0.2.156
    Updating mio v1.0.1 -> v1.0.2
    Updating scc v2.1.12 -> v2.1.16
    Updating sdd v3.0.1 -> v3.0.2
    Updating serde v1.0.205 -> v1.0.208
    Updating serde_derive v1.0.205 -> v1.0.208
    Updating serde_json v1.0.122 -> v1.0.125
    Updating syn v2.0.72 -> 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 web-sys v0.3.69 -> v0.3.70
note: pass `--verbose` to see 135 unchanged dependencies behind latest

     Locking 39 packages to latest compatible versions
    Updating arrayvec v0.7.4 -> v0.7.6
    Updating bytemuck v1.16.3 -> v1.17.0
    Updating bytemuck_derive v1.7.0 -> v1.7.1
    Updating camino v1.1.7 -> v1.1.8
    Updating cc v1.1.8 -> v1.1.13
    Updating clap v4.5.15 -> v4.5.16
    Updating core-foundation-sys v0.8.6 -> v0.8.7
    Updating cpufeatures v0.2.12 -> v0.2.13
      Adding hermit-abi v0.4.0
    Updating indexmap v2.3.0 -> v2.4.0
    Updating is-terminal v0.4.12 -> v0.4.13
    Updating js-sys v0.3.69 -> v0.3.70
    Updating jsonrpsee v0.24.2 -> v0.24.3
    Updating jsonrpsee-client-transport v0.24.2 -> v0.24.3
    Updating jsonrpsee-core v0.24.2 -> v0.24.3
    Updating jsonrpsee-http-client v0.24.2 -> v0.24.3
    Updating jsonrpsee-proc-macros v0.24.2 -> v0.24.3
    Updating jsonrpsee-server v0.24.2 -> v0.24.3
    Updating jsonrpsee-types v0.24.2 -> v0.24.3
    Updating jsonrpsee-wasm-client v0.24.2 -> v0.24.3
    Updating jsonrpsee-ws-client v0.24.2 -> v0.24.3
    Updating libc v0.2.155 -> v0.2.156
    Updating mio v1.0.1 -> v1.0.2
    Updating scc v2.1.12 -> v2.1.16
    Updating sdd v3.0.1 -> v3.0.2
    Updating serde v1.0.205 -> v1.0.208
    Updating serde_derive v1.0.205 -> v1.0.208
    Updating serde_json v1.0.122 -> v1.0.125
    Updating syn v2.0.72 -> 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 web-sys v0.3.69 -> v0.3.70
note: pass `--verbose` to see 135 unchanged dependencies behind latest
@github-actions github-actions bot requested a review from gakonst as a code owner August 18, 2024 00:27
@mattsse mattsse closed this Aug 19, 2024
@mattsse mattsse reopened this Aug 19, 2024
@mattsse mattsse enabled auto-merge August 19, 2024 11:15
@mattsse mattsse added the A-dependencies Pull requests or issues that are about dependencies label Aug 19, 2024
@mattsse mattsse added this pull request to the merge queue Aug 19, 2024
Merged via the queue into main with commit d9938a5 Aug 19, 2024
35 checks passed
@mattsse mattsse deleted the cargo-update branch August 19, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants