From 1f78009ec3e5564b55a0b1ef3c2b89aa3b35e3a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:40:22 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b7059da..9117fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = "1.20.1" serde = { version = "1.0.144", features = ["derive"] } dirs = "4.0.0" -toml = "0.5.9" +toml = "0.8.0" derive_more = { version = "0.99.17", features = ["error", "display"] } twinstar = { git = "https://github.com/panicbit/twinstar.git" } futures-core = "0.3.23"