From 136f2726891a5622ff83501a53b23a16a1761560 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Nov 2023 20:57:57 +0400 Subject: Bump tracy-client version It was already updated in Cargo.lock. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1fae42a9..a9a603d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sd-notify = "0.4.1" serde = { version = "1.0.190", features = ["derive"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] } -tracy-client = { version = "0.16.3", default-features = false } +tracy-client = { version = "0.16.4", default-features = false } url = { version = "2.4.1", optional = true } xcursor = "0.3.4" zbus = { version = "3.14.1", optional = true } -- cgit