@@ -39,13 +39,13 @@ multiple_crate_versions = "allow"
3939future_not_send = " allow"
4040
4141[workspace .dependencies ]
42- allocator-api2 = { version = " 0.2 " , default-features = false }
42+ allocator-api2 = { version = " 0.4 " , default-features = false }
4343anstream = " 1.0.0"
4444anyhow = " 1.0.103"
4545assert2 = " 0.4.0"
4646assertables = " 10.0.0"
4747async-trait = " 0.1.89"
48- base64 = " 0.22.1 "
48+ base64 = " 0.23.0 "
4949wincode = " 0.6.0"
5050bindgen = " 0.72.1"
5151bitflags = " 2.10.0"
@@ -54,11 +54,11 @@ bstr = { version = "1.12.0", default-features = false }
5454bump-scope = { version = " 2" , default-features = false }
5555bumpalo = " 3.17.0"
5656bytemuck = " 1.23.0"
57- cargo-platform = " =0.3.2 "
57+ cargo-platform = " =0.3.3 "
5858cc = " 1.2.39"
5959clap = " 4.5.53"
6060color-eyre = " 0.6.5"
61- compact_str = " 0.9 .0"
61+ compact_str = " 0.10 .0"
6262constcat = " 0.6.1"
6363copy_dir = " 0.1.3"
6464cow-utils = " 0.1.3"
@@ -90,7 +90,7 @@ futures-util = "0.3.31"
9090globset = " 0.4.18"
9191getrandom = " 0.4.2"
9292itoa = " 1.0.17"
93- jsonc-parser = " 0.32 .0"
93+ jsonc-parser = " 0.33 .0"
9494libc = " 0.2.185"
9595linux-raw-sys = { version = " 0.12" , default-features = false }
9696libtest-mimic = " 0.8.2"
@@ -113,7 +113,7 @@ notify = "8.0.0"
113113path-clean = " 1.0.1"
114114pathdiff = " 0.2.3"
115115petgraph = " 0.8.2"
116- phf = " 0.13 .0"
116+ phf = " 0.14 .0"
117117portable-pty = " 0.9.0"
118118pretty_assertions = " 1.4.1"
119119proc-macro2 = " 1"
@@ -125,7 +125,7 @@ ratatui = "0.30.0"
125125rayon = " 1.10.0"
126126ref-cast = " 1.0.24"
127127regex = " 1.11.3"
128- rusqlite = " 0.39 .0"
128+ rusqlite = " 0.40 .0"
129129rustc-hash = " 2.1.1"
130130# SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0)
131131seccompiler = { git = " https://github.com/rust-vmm/seccompiler" , rev = " 08587106340b8e3cb361c7561411510039436857" }
@@ -183,7 +183,7 @@ which = "8.0.0"
183183widestring = " 1.2.0"
184184winapi = " 0.3.9"
185185windows-sys = " 0.61"
186- winsafe = { version = " 0.0.27 " }
186+ winsafe = { version = " 0.0.28 " }
187187xxhash-rust = " 0.8.15"
188188ntest = " 0.9.5"
189189terminal_size = " 0.4"
0 commit comments