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: 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"