aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3353dcea..1eedc387 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2207,7 +2207,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "smithay"
version = "0.3.0"
-source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454"
+source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057"
dependencies = [
"appendlist",
"bitflags 2.4.0",
@@ -2232,6 +2232,7 @@ dependencies = [
"profiling",
"rand",
"scan_fmt",
+ "smallvec",
"tempfile",
"thiserror",
"tracing",
@@ -2249,9 +2250,9 @@ dependencies = [
[[package]]
name = "smithay-client-toolkit"
-version = "0.16.0"
+version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
+checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [
"bitflags 1.3.2",
"calloop",
@@ -2269,7 +2270,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
-source = "git+https://github.com/Smithay/smithay.git#d8600f204907e622d8dd002c3c8a4892282d2454"
+source = "git+https://github.com/Smithay/smithay.git#58d5bdca0d65b5f45408201770da0ce86b1fa057"
dependencies = [
"drm",
"edid-rs",