We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7959a3 commit 0b86c38Copy full SHA for 0b86c38
squark-web/Cargo.toml
@@ -11,7 +11,7 @@ description = "Squark runtime implemiontion for web browser with using wasm-bind
11
edition = "2018"
12
13
[dependencies]
14
-serde_json = "1.0.40"
+serde_json = "1.0.41"
15
serde = "1.0.101"
16
squark = { path = "../squark", version = "0.7.0" }
17
wasm-bindgen = { version = "0.2.51", features = [ "nightly", "serde-serialize" ] }
squark/Cargo.toml
@@ -13,7 +13,7 @@ edition = "2018"
uuid = "0.7.4"
rand = { version = "0.7.2", features = [ "wasm-bindgen" ] }
18
rustc-hash = "1.0.1"
19
futures = "0.1.29"
0 commit comments