feat(cargo.toml): update dependencies
This commit is contained in:
@@ -10,7 +10,7 @@ homepage = "https://stardustxr.org"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.57"
|
||||||
clap = { version = "3.1.6", features = ["derive"] }
|
clap = { version = "4.0.8", features = ["derive"] }
|
||||||
ctrlc = "3.2.2"
|
ctrlc = "3.2.2"
|
||||||
dashmap = "5.3.4"
|
dashmap = "5.3.4"
|
||||||
flatbuffers = "2.1.2"
|
flatbuffers = "2.1.2"
|
||||||
@@ -33,7 +33,7 @@ slog = "2.7.0"
|
|||||||
slog-stdlog = "4.1.1"
|
slog-stdlog = "4.1.1"
|
||||||
xkbcommon = { version = "0.5.0", default-features = false }
|
xkbcommon = { version = "0.5.0", default-features = false }
|
||||||
stardust-xr = "0.3.1"
|
stardust-xr = "0.3.1"
|
||||||
stardust-xr-schemas = "0.1.0"
|
stardust-xr-schemas = "0.1.1"
|
||||||
wayland-backend = "=0.1.0-beta.9"
|
wayland-backend = "=0.1.0-beta.9"
|
||||||
wayland-scanner = "=0.30.0-beta.9"
|
wayland-scanner = "=0.30.0-beta.9"
|
||||||
directories = "4.0.1"
|
directories = "4.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user