Skip to content

Commit f17b954

Browse files
chore(deps): update rust crates
1 parent 64750ca commit f17b954

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.toml

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

crates/pty_terminal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terminal_size = { workspace = true }
2121

2222
[target.'cfg(unix)'.dev-dependencies]
2323
nix = { workspace = true }
24-
signal-hook = "0.3"
24+
signal-hook = "0.4"
2525

2626
[lints]
2727
workspace = true

0 commit comments

Comments
 (0)