Skip to content

chore: bump cryptography from 48.0.1 to 50.0.0 in the uv group across 1 directory #2909

chore: bump cryptography from 48.0.1 to 50.0.0 in the uv group across 1 directory

chore: bump cryptography from 48.0.1 to 50.0.0 in the uv group across 1 directory #2909

Workflow file for this run

name: Benchmark
on:
pull_request:
merge_group:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
benchmark:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # ratchet:actions/checkout@v7.0.1
- uses: dtolnay/rust-toolchain@38b70195107dddab2c7bbd522bcf763bac00963b
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
- name: Run benchmarks
run: cargo run --color=always --bin bench --manifest-path ./crates/cli/Cargo.toml --features="bench"