Skip to content

Commit 6c6d272

Browse files
chore(deps): update rust crates
1 parent 45c54bf commit 6c6d272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 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" }

0 commit comments

Comments
 (0)