Skip to content

build(deps): bump jsonwebtoken from 9.2.0 to 9.3.0 #1631

build(deps): bump jsonwebtoken from 9.2.0 to 9.3.0

build(deps): bump jsonwebtoken from 9.2.0 to 9.3.0 #1631

Workflow file for this run

name: Test
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show
- name: cargo test
run: cargo test --workspace