diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ pin-project = "1.1.5" # Config serde = { version = "1.0.208", features = ["derive"] } -serde_yaml = "0.9.34" +serde_yml = "0.0.12" serde_json = "1.0.125" inotify = "0.11.0" @@ -59,6 +59,6 @@ rand = "0.9.0-alpha.2" # Other helpers and stuff bytes = "1.7.1" anyhow = "1.0.86" -thiserror = "1.0.63" +thiserror = "2.0.3" regex = "1.10.6" users = "0.11.0" |