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 16, 2024
1 parent b3128a7 commit eb2e82e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
53 changes: 27 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ crate-type = ["cdylib"]
[dependencies]
console_error_panic_hook = "0.1.7"
getrandom = { version = "0.2.15", features = ["js"] }
js-sys = "0.3.69"
js-sys = "0.3.70"
lazy_static = "1.5.0"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3.69", features = ["console"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
wasm-bindgen = "0.2.93"
wasm-bindgen-futures = "0.4.43"
web-sys = { version = "0.3.70", features = ["console"] }

0 comments on commit eb2e82e

Please sign in to comment.