diff --git a/Cargo.toml b/Cargo.toml index 6fd20b0..d362166 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ serde_json = "1.0.82" sha3 = "0.10.1" tera = "1.16.0" tokio = { version = "1.19.2", features = ["full"] } -toml = "0.5.9" +toml = "0.7.2" uuid = { version = "1.1.2", features = ["v4", "serde"] }