Skip to content

chore(deps): Bump tokio from 1.48.0 to 1.49.0 #1186

chore(deps): Bump tokio from 1.48.0 to 1.49.0

chore(deps): Bump tokio from 1.48.0 to 1.49.0 #1186

Workflow file for this run

name: Test
on: [ push, pull_request ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
crates.io:443
github.com:443
index.crates.io:443
static.crates.io:443
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: cargo test
run: cargo test --workspace --all-features
- name: build
run: cargo build --workspace