|
@@ -2768,6 +2768,7 @@ dependencies = [
|
|
"dioxus-html",
|
|
"dioxus-html",
|
|
"js-sys",
|
|
"js-sys",
|
|
"lazy-js-bundle",
|
|
"lazy-js-bundle",
|
|
|
|
+ "rustc-hash 1.1.0",
|
|
"serde",
|
|
"serde",
|
|
"sledgehammer_bindgen",
|
|
"sledgehammer_bindgen",
|
|
"sledgehammer_utils",
|
|
"sledgehammer_utils",
|
|
@@ -8944,9 +8945,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sledgehammer_bindgen"
|
|
name = "sledgehammer_bindgen"
|
|
-version = "0.5.0"
|
|
|
|
|
|
+version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fcfaf791ff02f48f3518ce825d32cf419c13a43c1d8b1232f74ac89f339c46d2"
|
|
|
|
|
|
+checksum = "49e83e178d176459c92bc129cfd0958afac3ced925471b889b3a75546cfc4133"
|
|
dependencies = [
|
|
dependencies = [
|
|
"sledgehammer_bindgen_macro",
|
|
"sledgehammer_bindgen_macro",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
@@ -8954,9 +8955,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sledgehammer_bindgen_macro"
|
|
name = "sledgehammer_bindgen_macro"
|
|
-version = "0.5.1"
|
|
|
|
|
|
+version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "edc90d3e8623d29a664cd8dba5078b600dd203444f00b9739f744e4c6e7aeaf2"
|
|
|
|
|
|
+checksum = "33a1b4f13e2bbf2f5b29d09dfebc9de69229ffee245aed80e3b70f9b5fd28c06"
|
|
dependencies = [
|
|
dependencies = [
|
|
"quote",
|
|
"quote",
|
|
"syn 2.0.74",
|
|
"syn 2.0.74",
|
|
@@ -8964,12 +8965,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sledgehammer_utils"
|
|
name = "sledgehammer_utils"
|
|
-version = "0.2.1"
|
|
|
|
|
|
+version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f20798defa0e9d4eff9ca451c7f84774c7378a9c3b5a40112cfa2b3eadb97ae2"
|
|
|
|
|
|
+checksum = "debdd4b83524961983cea3c55383b3910fd2f24fd13a188f5b091d2d504a61ae"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "lru 0.12.4",
|
|
|
|
- "once_cell",
|
|
|
|
"rustc-hash 1.1.0",
|
|
"rustc-hash 1.1.0",
|
|
]
|
|
]
|
|
|
|
|