Skip to content

build(deps): bump bytes from 1.11.0 to 1.11.1 #375

build(deps): bump bytes from 1.11.0 to 1.11.1

build(deps): bump bytes from 1.11.0 to 1.11.1 #375

Workflow file for this run

name: Rust
on:
pull_request:
paths:
- .github/workflows/rust.yml
- '**/*.rs'
- '**/Cargo.toml'
- Cargo.lock
- deny.toml
- justfile
jobs:
check:
timeout-minutes: 5
runs-on: ubuntu-24.04
container: ghcr.io/linkerd/dev:v48-rust
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- run: just rs-fetch
- run: just rs-fmt-check
- run: just rs-clippy
- run: just rs-test-build
- run: just rs-test
- run: cargo deny --all-features check bans licenses sources
- run: cargo deny --all-features check advisories
continue-on-error: true