Skip to content

build(deps): bump openidconnect from 3.3.1 to 3.5.0 #1563

build(deps): bump openidconnect from 3.3.1 to 3.5.0

build(deps): bump openidconnect from 3.3.1 to 3.5.0 #1563

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
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace