Skip to content

build(deps): Bump url from 2.5.2 to 2.5.3 #1984

build(deps): Bump url from 2.5.2 to 2.5.3

build(deps): Bump url from 2.5.2 to 2.5.3 #1984

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