We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daa9bb commit fbbe80fCopy full SHA for fbbe80f
1 file changed
Cargo.toml
@@ -102,7 +102,7 @@ notify = "8.0.0"
102
path-clean = "1.0.1"
103
pathdiff = "0.2.3"
104
petgraph = "0.8.2"
105
-phf = { version = "0.13.0", features = ["macros"] }
+phf = { version = "0.14.0", features = ["macros"] }
106
portable-pty = "0.9.0"
107
pretty_assertions = "1.4.1"
108
pty_terminal = { path = "crates/pty_terminal" }
@@ -112,7 +112,7 @@ ratatui = "0.30.0"
112
rayon = "1.10.0"
113
ref-cast = "1.0.24"
114
regex = "1.11.3"
115
-rusqlite = "0.39.0"
+rusqlite = "0.40.0"
116
rustc-hash = "2.1.1"
117
# SeccompAction::UserNotif (SECCOMP_RET_USER_NOTIF) was added after the latest published release (v0.5.0)
118
seccompiler = { git = "https://github.com/rust-vmm/seccompiler", rev = "08587106340b8e3cb361c7561411510039436857" }
0 commit comments