Skip to content

Commit

Permalink
Bump h2 from 0.3.17 to 0.3.24 (#107)
Browse files Browse the repository at this point in the history
* Bump h2 from 0.3.17 to 0.3.24

Bumps [h2](https://github.com/hyperium/h2) from 0.3.17 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md)
- [Commits](hyperium/h2@v0.3.17...v0.3.24)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* update lock

* use clippy base on shell

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonio Yang <[email protected]>
  • Loading branch information
dependabot[bot] and yanganto authored Jan 23, 2024
1 parent 53c4d50 commit 1382ec3
Show file tree
Hide file tree
Showing 9 changed files with 579 additions and 728 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
with:
fetch-depth: 0

- uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
VALIDATE_RUST_2018: true
VALIDATE_RUST_CLIPPY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: linter
run: nix develop -c cargo clippy
Loading

0 comments on commit 1382ec3

Please sign in to comment.