Skip to content

Commit 258a235

Browse files
chore(deps): update rust crates
1 parent 12204e4 commit 258a235

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

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

0 commit comments

Comments
 (0)