Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Dec 9, 2024
1 parent 174f837 commit 2839999
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 48 deletions.
124 changes: 80 additions & 44 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ bevy_async_task = "0.2.0"
bevy_panorbit_camera = "0.19.5"
bevy_vr_controller = "0.1.1"
bevy_vrm = "0.0.12"
capnp = "0.19.8"
capnp-rpc = "0.19.5"
capnp = "0.20.3"
capnp-rpc = "0.20.2"
clap = { version = "4.5.23", features = ["derive"] }
directories = "5.0.1"
dwn = { git = "https://github.com/unavi-xyz/dwn" }
Expand All @@ -42,7 +42,7 @@ tracing-test = "0.2.5"
wasm-bindgen = "0.2.99"
wasm-bindgen-futures = "0.4.49"
web-sys = "0.3.76"
wit-bindgen-rt = { version = "0.23.0", features = ["bitflags"] }
wit-bindgen-rt = { version = "0.36.0", features = ["bitflags"] }
wtransport = "0.3.1"
xdid = "0.2.0"
xwt-core = { git = "https://github.com/kayhhh/xwt" }
Expand Down
2 changes: 1 addition & 1 deletion crates/wired-social/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ serde.workspace = true
serde_json.workspace = true

[dev-dependencies]
jsonschema = { version = "0.20.0", features = ["draft201909", "draft202012"] }
jsonschema = "0.26.1"

0 comments on commit 2839999

Please sign in to comment.