From 4f7c2fe071d9ad0662768e7988c7d44f5fa0881a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 21:13:18 +0000 Subject: [PATCH] chore(deps): update rust crates --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e2416389..08ee77df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,14 +39,14 @@ multiple_crate_versions = "allow" future_not_send = "allow" [workspace.dependencies] -allocator-api2 = { version = "0.2", default-features = false } +allocator-api2 = { version = "0.4", default-features = false } artifact_profile = { path = "crates/artifact_profile" } anstream = "1.0.0" anyhow = "1.0.103" assert2 = "0.4.0" assertables = "10.0.0" async-trait = "0.1.89" -base64 = "0.22.1" +base64 = "0.23.0" wincode = "0.6.0" bindgen = "0.72.1" bitflags = "2.10.0" @@ -58,7 +58,7 @@ bytemuck = { version = "1.23.0", features = ["extern_crate_alloc", "must_cast"] cc = "1.2.39" clap = "4.5.53" color-eyre = "0.6.5" -compact_str = "0.9.0" +compact_str = "0.10.0" constcat = "0.6.1" copy_dir = "0.1.3" cow-utils = "0.1.3" @@ -89,7 +89,7 @@ futures-util = "0.3.31" globset = "0.4.18" getrandom = "0.4.2" itoa = "1.0.17" -jsonc-parser = { version = "0.32.0", features = ["serde"] } +jsonc-parser = { version = "0.33.0", features = ["serde"] } libc = "0.2.185" libtest-mimic = "0.8.2" memmap2 = "0.9.11" @@ -111,7 +111,7 @@ notify = "8.0.0" path-clean = "1.0.1" pathdiff = "0.2.3" petgraph = "0.8.2" -phf = { version = "0.13.0", features = ["macros"] } +phf = { version = "0.14.0", features = ["macros"] } portable-pty = "0.9.0" pretty_assertions = "1.4.1" pty_terminal = { path = "crates/pty_terminal" } @@ -121,7 +121,7 @@ ratatui = "0.30.0" rayon = "1.10.0" ref-cast = "1.0.24" regex = "1.11.3" -rusqlite = "0.39.0" +rusqlite = "0.40.0" rustc-hash = "2.1.1" rustix = { version = "1", default-features = false, features = ["mm"] } # SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0) @@ -177,7 +177,7 @@ which = "8.0.0" widestring = "1.2.0" winapi = "0.3.9" windows-sys = "0.61" -winsafe = { version = "0.0.27", features = ["kernel"] } +winsafe = { version = "0.0.28", features = ["kernel"] } xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] } ntest = "0.9.5" terminal_size = "0.4"