Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Mar 6, 2023
1 parent 5ba9b72 commit b753d39
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 82 deletions.
135 changes: 60 additions & 75 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ wasm-bindgen-futures = "0.4.34"

# Optional dependencies
serde = { version = "1.0.152", features = ['derive'], optional = true }
serde-wasm-bindgen = { version = "0.4.5", optional = true }
serde-wasm-bindgen = { version = "0.5.0", optional = true }

[dependencies.web-sys]
version = "0.3.61"
Expand Down
6 changes: 3 additions & 3 deletions examples/bunnies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ path = "src/empty_lib.rs"
[dependencies]
seed = { path = "../../" }
rand = { version = "0.8.5", features = ["small_rng"] }
nalgebra = "0.31.4"
awsm_web = { version = "0.33.0", features = ["tick", "webgl", "loaders", "audio", "serde_iso"], default-features = false }
shipyard = { version = "0.5.0", features = ["thread_local"], default-features = false }
nalgebra = "0.32.1"
awsm_web = { version = "0.38.0", features = ["tick", "webgl", "loaders", "audio", "serde_iso"], default-features = false }
shipyard = { version = "0.6.2", features = ["thread_local"], default-features = false }
4 changes: 2 additions & 2 deletions examples/service_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = "1.0.152"

# server
anyhow = { version = "1.0.69", optional = true }
serde_json = { version = "1.0.93", optional = true }
serde_json = { version = "1.0.94", optional = true }
tokio = { version = "1.26.0", features = ["macros", "sync", "fs", "rt-multi-thread"], optional = true }
tracing = { version = "0.1.37", optional = true }
tracing-subscriber = { version = "0.3.16", optional = true, features = ["env-filter"] }
Expand All @@ -33,7 +33,7 @@ apply = { version = "0.3.0", optional = true }
gloo-net = { version = "0.2.6", optional = true }
gloo-console = { version = "0.2.3", optional = true }
seed = { path = "../../", optional = true }
serde-wasm-bindgen = { version = "0.4.5", optional = true }
serde-wasm-bindgen = { version = "0.5.0", optional = true }

[dependencies.web-sys]
version = "0.3.61"
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/server.rs"
[dependencies]
# common
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_json = "1.0.94"
rmp-serde = "1.1.1"

# server
Expand Down

0 comments on commit b753d39

Please sign in to comment.