aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-11-15 20:57:57 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-11-15 20:57:57 +0400
commit136f2726891a5622ff83501a53b23a16a1761560 (patch)
treeb612c718774c962a226d6b2019ddd01cc0ee0141
parent8679eaf34a791fcbb3048a77cfb22540a0d24792 (diff)
downloadniri-136f2726891a5622ff83501a53b23a16a1761560.tar.gz
niri-136f2726891a5622ff83501a53b23a16a1761560.tar.bz2
niri-136f2726891a5622ff83501a53b23a16a1761560.zip
Bump tracy-client version
It was already updated in Cargo.lock.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 }