Skip to content

Bump hyper-util from 0.1.10 to 0.1.11 #21

Bump hyper-util from 0.1.10 to 0.1.11

Bump hyper-util from 0.1.10 to 0.1.11 #21

Workflow file for this run

name: Dependency Linting
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
dependency_linting:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2