From 38c8704c8375cc577fc1f0483026986ca199bfab Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 21 Oct 2024 06:32:02 -0400 Subject: [PATCH] feat: update zbus --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c107d96..61dd02f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2698,7 +2698,7 @@ checksum = "2f2b15926089e5526bb2dd738a2eb0e59034356e06eb71e1cd912358c0e62c4d" [[package]] name = "stardust-xr" version = "0.45.0" -source = "git+https://github.com/StardustXR/core.git?branch=dev#22fcdda7937308a067a9f61ecbcffb0907739ecb" +source = "git+https://github.com/StardustXR/core.git?branch=dev#8313d5ce425dfec9f460526d527536b52d58b963" dependencies = [ "cluFlock", "dirs", @@ -2718,7 +2718,7 @@ dependencies = [ [[package]] name = "stardust-xr-schemas" version = "1.5.3" -source = "git+https://github.com/StardustXR/core.git?branch=dev#22fcdda7937308a067a9f61ecbcffb0907739ecb" +source = "git+https://github.com/StardustXR/core.git?branch=dev#8313d5ce425dfec9f460526d527536b52d58b963" dependencies = [ "flatbuffers", "flexbuffers", diff --git a/Cargo.toml b/Cargo.toml index 3c4b504..2c40961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ prisma = "0.1.1" libc = "0.2.155" nix = "0.29.0" input-event-codes = "6.2.0" -zbus = { version = "4.4.0", default-features = false, features = ["tokio"] } +zbus = { version = "5.0.0", default-features = false, features = ["tokio"] } directories = "5.0.1" xkbcommon-rs = "0.1.0"