Skip to content

Commit 4247662

Browse files
chore(deps): update rust crates
1 parent f6aa11f commit 4247662

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ notify = "8.0.0"
102102
path-clean = "1.0.1"
103103
pathdiff = "0.2.3"
104104
petgraph = "0.8.2"
105-
phf = { version = "0.13.0", features = ["macros"] }
105+
phf = { version = "0.14.0", features = ["macros"] }
106106
portable-pty = "0.9.0"
107107
pretty_assertions = "1.4.1"
108108
pty_terminal = { path = "crates/pty_terminal" }
@@ -112,7 +112,7 @@ ratatui = "0.30.0"
112112
rayon = "1.10.0"
113113
ref-cast = "1.0.24"
114114
regex = "1.11.3"
115-
rusqlite = "0.39.0"
115+
rusqlite = "0.40.0"
116116
rustc-hash = "2.1.1"
117117
# SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0)
118118
seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "08587106340b8e3cb361c7561411510039436857" }
@@ -165,7 +165,7 @@ wax = "0.7.0"
165165
which = "8.0.0"
166166
widestring = "1.2.0"
167167
winapi = "0.3.9"
168-
winsafe = { version = "0.0.27", features = ["kernel"] }
168+
winsafe = { version = "0.0.28", features = ["kernel"] }
169169
xxhash-rust = { version = "0.8.15", features = ["const_xxh3"] }
170170
ntest = "0.9.5"
171171
terminal_size = "0.4"

0 commit comments

Comments
 (0)