From 87da66335931c314d9406a7a438a049df378c112 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 8 Jun 2024 08:02:42 +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 e676ed5..b34bffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ num_cpus = "1.16.0" uuid = { version = "1.4.1", features = ["v4", "serde"] } rand = "0.8.5" semver = { version = "1.0.18", features = ["serde"] } -toml = "0.7.6" +toml = "0.8.0" tokio = { version = "1.32.0", features = ["sync", "time", "process"] } clap = { version = "4.4.6", features = ["derive"] } actix-rt = "2.7.0"