diff --git a/Cargo.toml b/Cargo.toml index fee91cf2..94566829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,13 +39,13 @@ 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 } 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" @@ -54,11 +54,11 @@ bstr = { version = "1.12.0", default-features = false } bump-scope = { version = "2", default-features = false } bumpalo = "3.17.0" bytemuck = "1.23.0" -cargo-platform = "=0.3.2" +cargo-platform = "=0.3.3" 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" @@ -90,7 +90,7 @@ futures-util = "0.3.31" globset = "0.4.18" getrandom = "0.4.2" itoa = "1.0.17" -jsonc-parser = "0.32.0" +jsonc-parser = "0.33.0" libc = "0.2.185" linux-raw-sys = { version = "0.12", default-features = false } libtest-mimic = "0.8.2" @@ -113,7 +113,7 @@ notify = "8.0.0" path-clean = "1.0.1" pathdiff = "0.2.3" petgraph = "0.8.2" -phf = "0.13.0" +phf = "0.14.0" portable-pty = "0.9.0" pretty_assertions = "1.4.1" proc-macro2 = "1" @@ -125,7 +125,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" # SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0) seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "08587106340b8e3cb361c7561411510039436857" } @@ -183,7 +183,7 @@ which = "8.0.0" widestring = "1.2.0" winapi = "0.3.9" windows-sys = "0.61" -winsafe = { version = "0.0.27" } +winsafe = { version = "0.0.28" } xxhash-rust = "0.8.15" ntest = "0.9.5" terminal_size = "0.4"