build(deps): Bump tokio from 1.50.0 to 1.51.1 #275
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #SPDX-License-Identifier: MIT | |
| #Copyright (c) "2023" . The DeepCausality Authors. All Rights Reserved. | |
| name: Unused Deps | |
| on: [ pull_request ] | |
| env: | |
| CARGO_TERM_COLOR: always | |
| jobs: | |
| unused_dependencies: | |
| name: cargo machete | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: actions-rs/toolchain@v1 | |
| with: | |
| toolchain: stable | |
| override: true | |
| - uses: taiki-e/install-action@v2 | |
| with: | |
| tool: cargo-machete | |
| - uses: actions-rs/cargo@v1 | |
| with: | |
| command: machete | |
| args: deep_causality deep_causality_algorithms deep_causality_discovery deep_causality_data_structures deep_causality_macros deep_causality_uncertain ultragraph |