From bd1208271cce386e29c874bfee7b73f1733ca0b1 Mon Sep 17 00:00:00 2001 From: Devel Date: Sun, 21 Jun 2026 10:05:15 +0300 Subject: [PATCH] update dependencies --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1bc6d5003..f163c4e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.65" mostly-unused = true [dependencies] -bitflags = { version = "2.4.0", default-features = false } +bitflags = { version = "2.13.0", default-features = false } # Special dependencies used in rustc-dep-of-std mode. core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" } @@ -71,7 +71,7 @@ default-features = false tempfile = "3.5.0" libc = "0.2.171" libc_errno = { package = "errno", version = "0.3.10", default-features = false } -serial_test = "2.0.0" +serial_test = "3.5.0" memoffset = "0.9.0" flate2 = "1.0" static_assertions = "1.1.0" @@ -81,7 +81,7 @@ static_assertions = "1.1.0" once_cell = "1.20.3" [target.'cfg(all(criterion, not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies] -criterion = "0.4" +criterion = "0.8.2" # Add Criterion configuration, as described here: # @@ -233,7 +233,6 @@ rustc-dep-of-std = [ "core", "rustc-std-workspace-alloc", "linux-raw-sys/rustc-dep-of-std", - "bitflags/rustc-dep-of-std", ] # Enable `rustix::io::try_close`. The rustix developers do not intend the