diff --git a/fortify/Cargo.toml b/fortify/Cargo.toml index 0d645a8..73ae26b 100644 --- a/fortify/Cargo.toml +++ b/fortify/Cargo.toml @@ -26,7 +26,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } sysinfo = { version = "0.38", features = ["system"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.9" +toml = "1.0" anyhow = "1.0" thiserror = "2.0" rand = "0.9"