@@ -39,9 +39,9 @@ multiple_crate_versions = "allow"
3939future_not_send = " allow"
4040
4141[workspace .dependencies ]
42- allocator-api2 = { version = " 0.2.21 " , default-features = false , features = [" alloc" , " std" ] }
42+ allocator-api2 = { version = " 0.4.0 " , default-features = false , features = [" alloc" , " std" ] }
4343anyhow = " 1.0.98"
44- assert2 = " 0.3.16 "
44+ assert2 = " 0.4.0 "
4545assertables = " 9.8.1"
4646async-trait = " 0.1.89"
4747base64 = " 0.22.1"
@@ -64,7 +64,7 @@ cow-utils = "0.1.3"
6464cp_r = " 0.5.2"
6565crossterm = { version = " 0.29.0" , features = [" event-stream" ] }
6666csv-async = { version = " 1.3.1" , features = [" tokio" ] }
67- ctor = " 0.6 "
67+ ctor = " 0.13 "
6868ctrlc = " 3.5.2"
6969derive_more = " 2.0.1"
7070diff-struct = " 0.5.3"
@@ -82,7 +82,7 @@ fspy_shared = { path = "crates/fspy_shared" }
8282fspy_shared_unix = { path = " crates/fspy_shared_unix" }
8383futures = " 0.3.31"
8484futures-util = " 0.3.31"
85- jsonc-parser = { version = " 0.29 .0" , features = [" serde" ] }
85+ jsonc-parser = { version = " 0.32 .0" , features = [" serde" ] }
8686libc = " 0.2.185"
8787libtest-mimic = " 0.8.2"
8888memmap2 = " 0.9.7"
@@ -100,7 +100,7 @@ notify = "8.0.0"
100100path-clean = " 1.0.1"
101101pathdiff = " 0.2.3"
102102petgraph = " 0.8.2"
103- phf = { version = " 0.11.3 " , features = [" macros" ] }
103+ phf = { version = " 0.13.0 " , features = [" macros" ] }
104104portable-pty = " 0.9.0"
105105pretty_assertions = " 1.4.1"
106106pty_terminal = { path = " crates/pty_terminal" }
@@ -110,14 +110,14 @@ ratatui = "0.30.0"
110110rayon = " 1.10.0"
111111ref-cast = " 1.0.24"
112112regex = " 1.11.3"
113- rusqlite = " 0.37 .0"
113+ rusqlite = " 0.39 .0"
114114rustc-hash = " 2.1.1"
115115# SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0)
116116seccompiler = { git = " https://github.com/rust-vmm/seccompiler" , rev = " 08587106340b8e3cb361c7561411510039436857" }
117117serde = " 1.0.219"
118118serde_json = " 1.0.140"
119119serde_norway = " 0.9.42"
120- sha2 = " 0.10.9 "
120+ sha2 = " 0.11.0 "
121121shared_memory = " 0.12.4"
122122shell-escape = " 0.1.5"
123123similar = " 2.7.0"
@@ -126,7 +126,7 @@ snapshot_test = { path = "crates/snapshot_test" }
126126stackalloc = " 1.2.1"
127127subprocess_test = { path = " crates/subprocess_test" }
128128supports-color = " 3.0.1"
129- syscalls = { version = " 0.6.18 " , default-features = false }
129+ syscalls = { version = " 0.8.0 " , default-features = false }
130130tar = " 0.4.45"
131131tempfile = " 3.14.0"
132132test-log = { version = " 0.2.18" , features = [" trace" ] }
@@ -159,7 +159,7 @@ wax = "0.7.0"
159159which = " 8.0.0"
160160widestring = " 1.2.0"
161161winapi = " 0.3.9"
162- winsafe = { version = " 0.0.24 " , features = [" kernel" ] }
162+ winsafe = { version = " 0.0.27 " , features = [" kernel" ] }
163163xxhash-rust = { version = " 0.8.15" , features = [" const_xxh3" ] }
164164ntest = " 0.9.5"
165165terminal_size = " 0.4"
0 commit comments