chore(deps): Bump exchange-rs from c63c66d to e441f32
#97
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-FileCopyrightText: 2025 The Neeml Developers | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| name: "Dependency Review" | |
| on: [pull_request] | |
| jobs: | |
| dependency-review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: "Checkout Repository" | |
| uses: actions/checkout@v6 | |
| - name: "Dependency Review" | |
| uses: actions/dependency-review-action@v4 |