unpin dependencies

This commit is contained in:
timeshifter
2026-05-16 12:51:22 +02:00
parent 33591fa2bf
commit 3a2b8b6c53
2 changed files with 13 additions and 19 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
libc = "0.2.186"
anyhow = "1.0"
libc = "0.2"
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.2"
toml = "1.1"