Skip to content

Commit

Permalink
upgrade crates
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-k committed Aug 5, 2023
1 parent 81df885 commit 01f59fe
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 68 deletions.
108 changes: 47 additions & 61 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ crate-type = ["cdylib"]

[dependencies]
console_error_panic_hook = "0.1.7"
getrandom = { version = "0.2.9", features = ["js"] }
js-sys = "0.3.61"
getrandom = { version = "0.2.10", features = ["js"] }
js-sys = "0.3.64"
lazy_static = "1.4.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
wasm-bindgen = "0.2.84"
wasm-bindgen-futures = "0.4.34"
web-sys = { version = "0.3.61", features = ["console"] }
serde = { version = "1.0.181", features = ["derive"] }
serde_json = "1.0.104"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
web-sys = { version = "0.3.64", features = ["console"] }

0 comments on commit 01f59fe

Please sign in to comment.