diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-11 15:14:49 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-11 15:14:49 +0100 |
commit | 3f6ec191b38b4c60ac2d42ab941b4690f42f7c21 (patch) | |
tree | 4a0d266da9670bd8179406f82a08c05047029fc3 /Cargo.toml | |
parent | c59e34ac28b8af16c522b6f685015770c0be7223 (diff) | |
download | gnix-3f6ec191b38b4c60ac2d42ab941b4690f42f7c21.tar gnix-3f6ec191b38b4c60ac2d42ab941b4690f42f7c21.tar.bz2 gnix-3f6ec191b38b4c60ac2d42ab941b4690f42f7c21.tar.zst |
switch to serde_yml from unmaintained serde_yaml
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" |