diff --git a/Cargo.toml b/Cargo.toml index ab21d022..b8442f0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ assert2 = "0.4.0" assertables = "10.0.0" async-trait = "0.1.89" base64 = "0.22.1" -wincode = "0.5.2" +wincode = "0.6.0" bindgen = "0.72.1" bitflags = "2.10.0" brush-parser = "0.4.0" @@ -55,7 +55,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" @@ -83,7 +83,7 @@ futures = "0.3.31" futures-util = "0.3.31" globset = "0.4.18" getrandom = "0.4.2" -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" @@ -105,7 +105,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" } @@ -115,7 +115,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" } @@ -168,7 +168,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"