From cf814e6c850a5e5d4ecb2a1a317991b29117243a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 00:00:35 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index f9281b12..b8ccdafa 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -42,7 +42,7 @@ serde = {version = "1.0", default-features = false, features = ["derive", "alloc serde_json = {version = "1.0", default-features = false, features = ["alloc"]} stat_common = {path = "../common"} tokio = {version = "1", features = ["full"]} -toml = "0.7" +toml = "0.8" tonic = {version = "0.9", features = ["gzip", "tls"]} tower-http = { version = "0.5.1", features = ["cors"] } url = "2.5.0"