From 0d204b226f09847db6a16d8d17fde1f196d0b46d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 01:07:06 +0000 Subject: [PATCH 1/2] Update Rust crate criterion to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a570fa2..38a63b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ affinity = "0.1.2" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread"] } -criterion = "0.6" +criterion = "0.8" flume = "0.12" futures-executor = "0.3" From 909850938db03acaad73e87721fe391c0f6a38aa Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Mon, 9 Mar 2026 21:13:54 -0400 Subject: [PATCH 2/2] Update rust version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7909421..11b9941 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: RUSTFLAGS: -D warnings RUSTDOCFLAGS: -D warnings - CI_RUST_VERSION: "1.85" + CI_RUST_VERSION: "1.94" MSRV: "1.71" jobs: