aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-08 09:30:22 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-08 09:30:22 +0400
commitbd0ecf917489a84efa51bb1272ca27039256fe21 (patch)
treec6a494ded17b29e645372530d29721b793f35b9f /Cargo.lock
parent3affc89defaaae8e79ee67c10195f3ec6ab61a6b (diff)
downloadniri-bd0ecf917489a84efa51bb1272ca27039256fe21.tar.gz
niri-bd0ecf917489a84efa51bb1272ca27039256fe21.tar.bz2
niri-bd0ecf917489a84efa51bb1272ca27039256fe21.zip
Roll tracy-client back to 0.15
The version must match across dependencies.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 6 insertions, 17 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 95288313..e1a4800c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1385,7 +1385,7 @@ dependencies = [
"time",
"tracing",
"tracing-subscriber",
- "tracy-client 0.16.1",
+ "tracy-client",
"xcursor",
"zbus",
]
@@ -1729,7 +1729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45f10e75d83c7aec79a6aa46f897075890e156b105eebe51cfa0abce51af025f"
dependencies = [
"profiling-procmacros",
- "tracy-client 0.15.2",
+ "tracy-client",
]
[[package]]
@@ -2035,7 +2035,7 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "smithay"
version = "0.3.0"
-source = "git+https://github.com/Smithay/smithay.git#36a0ec69b1a2331b1a2d0e046b026cb85d7d132c"
+source = "git+https://github.com/Smithay/smithay.git#5a8264b3e30edc755b38bcfb8eedf9457208f2a0"
dependencies = [
"appendlist",
"bitflags 2.4.0",
@@ -2097,7 +2097,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
-source = "git+https://github.com/Smithay/smithay.git#36a0ec69b1a2331b1a2d0e046b026cb85d7d132c"
+source = "git+https://github.com/Smithay/smithay.git#5a8264b3e30edc755b38bcfb8eedf9457208f2a0"
dependencies = [
"drm",
"edid-rs",
@@ -2277,9 +2277,9 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]]
name = "toml_edit"
-version = "0.19.14"
+version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
+checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.0",
"toml_datetime",
@@ -2360,17 +2360,6 @@ dependencies = [
]
[[package]]
-name = "tracy-client"
-version = "0.16.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c78458aa3759647e0399e959a06f9f6dc61450a1caaa4f1632a3df8e8c55af7"
-dependencies = [
- "loom",
- "once_cell",
- "tracy-client-sys",
-]
-
-[[package]]
name = "tracy-client-sys"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"