Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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"
Expand All @@ -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:
# <https://bheisler.github.io/criterion.rs/book/getting_started.html#step-1---add-dependency-to-cargotoml>
Expand Down Expand Up @@ -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
Expand Down
Loading