Update dependencies

This commit is contained in:
Jeremy Soller
2026-01-22 10:42:08 -07:00
parent d558ba4211
commit 9dd913f9da
3 changed files with 814 additions and 928 deletions
Generated
+811 -925
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -9,8 +9,8 @@ libredox = "0.1"
pkgar = "0.1.18"
pkgar-core = "0.1.18"
pkgar-keys = "0.1.18"
redox_installer = "0.2.37"
redox_syscall = "0.5"
redox_installer = "0.2.41"
redox_syscall = "0.7"
toml = "0.5.6"
[dependencies.libcosmic]
+1 -1
View File
@@ -365,7 +365,7 @@ fn install<F: FnMut(Message)>(disk_path: String, password_opt: Option<String>, m
return Ok(());
}
with_redoxfs_mount(fs, |mount_path: &Path| -> anyhow::Result<()> {
with_redoxfs_mount(fs, None, |mount_path: &Path| -> anyhow::Result<()> {
message!("Loading filesystem.toml");
let mut config: Config = {
let path = root_path.join("filesystem.toml");