diff --git a/Cargo.toml b/Cargo.toml index 2eb04f1..efef00b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rayon = { version = "1.10.0" } tokio = { version = "1.42.0", features = ["full"] } once_cell = { version = "1.20.2" } num_cpus = { version = "1.16.0" } -crossbeam-queue = "0.3.11" +crossbeam-queue = "0.3.12" unbug = { version = "0.4.0" } [build-dependencies]