Skip to content

Commit

Permalink
chore: ⬆️ Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Sep 19, 2024
1 parent b80021e commit c3ca794
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 146 deletions.
195 changes: 76 additions & 119 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alvr/client_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ oboe = "0.6" # todo: remove o
env_logger = "0.11"

[build-dependencies]
bindgen = "0.69"
bindgen = "0.70"
cc = { version = "1", features = ["parallel"] }
walkdir = "2"
2 changes: 1 addition & 1 deletion alvr/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enable-messagebox = ["rfd"]
[dependencies]
anyhow = { version = "1", features = ["backtrace"] }
backtrace = "0.3"
glam = { version = "0.28", features = ["serde"] }
glam = { version = "0.29", features = ["serde"] }
log = "0.4"
once_cell = "1"
parking_lot = "0.12"
Expand Down
15 changes: 3 additions & 12 deletions alvr/dashboard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,13 @@ statrs = "0.17"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
alvr_server_io.workspace = true
sysinfo = { version = "0.30", default-features = false }
tungstenite = "0.23"
sysinfo = "0.31"
tungstenite = "0.24"
ureq = { version = "2", features = ["json"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
ewebsock = "0.5"
futures = "0.3"
gloo-net = "0.5"
instant = { version = "0.1", features = ["wasm-bindgen"] }
wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"

[target.'cfg(target_os = "linux")'.dependencies]
wgpu = "0.20"
libva = { package = "cros-libva", version = "0.0.6" }
libva = { package = "cros-libva", version = "0.0.7" }
nvml-wrapper = "0.10.0"

[target.'cfg(windows)'.build-dependencies]
Expand Down
Loading

0 comments on commit c3ca794

Please sign in to comment.