feat: upgrade dependencies

This commit is contained in:
Nova
2024-08-10 22:07:07 -04:00
parent e0a7d4f44a
commit fe83a69bb9
2 changed files with 133 additions and 91 deletions

View File

@@ -50,10 +50,10 @@ panic = 'unwind'
# small utility thingys
once_cell = "1.19.0"
nanoid = "0.4.0"
lazy_static = "1.4.0"
lazy_static = "1.5.0"
rand = "0.8.5"
rustc-hash = "2.0.0"
portable-atomic = { version = "1.6.0", features = ["float", "std"] }
portable-atomic = { version = "1.7.0", features = ["float", "std"] }
send_wrapper = "0.6.0"
slotmap = "1.0.7"
global_counter = "=0.2.2"
@@ -61,32 +61,34 @@ parking_lot = "0.12.3"
# rust errors/logging
color-eyre = { version = "0.6.3", default-features = false }
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
console-subscriber = { version = "0.4.0", optional = true }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracing-tracy = { version = "0.11.1", optional = true }
# (de)serialization
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }
serde_repr = "0.1.19"
toml = "0.8.14"
toml = "0.8.19"
# mathy stuffs
glam = { version = "0.28.0", features = ["mint", "serde"] }
mint = "0.5.9"
tokio = { version = "1.38.0", features = ["rt-multi-thread", "signal", "time"] }
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
prisma = "0.1.1"
# linux stuffs
libc = "0.2.155"
nix = "0.29.0"
input-event-codes = "6.2.0"
zbus = { version = "4.3.0", default-features = false, features = ["tokio"] }
zbus = { version = "4.4.0", default-features = false, features = ["tokio"] }
directories = "5.0.1"
xkbcommon = { version = "0.7.0", default-features = false }
xkbcommon = { version = "0.8.0", default-features = false }
# wayland
wayland-scanner = "0.31.2"
wayland-backend = "0.3.4"
wayland-scanner = "0.31.4"
wayland-backend = "0.3.6"
[dependencies.smithay]
# git = "https://github.com/technobaboo/smithay.git"
@@ -109,14 +111,6 @@ optional = true
git = "https://github.com/technobaboo/StereoKit-rust.git"
default-features = false
[dependencies.console-subscriber]
version = "0.3.0"
optional = true
[dependencies.tracing-tracy]
version = "0.11.1"
optional = true
[dependencies.stardust-xr]
git = "https://github.com/StardustXR/core.git"
branch = "dev"