parent
0ab5a524b0
commit
04e89c4c51
2 changed files with 2 additions and 2 deletions
|
@ -343,7 +343,7 @@ unindent = "0.1.7"
|
||||||
unicase = "2.6"
|
unicase = "2.6"
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
uuid = { version = "1.1.2", features = ["v4"] }
|
uuid = { version = "1.1.2", features = ["v4", "v5"] }
|
||||||
wasmparser = "0.201"
|
wasmparser = "0.201"
|
||||||
wasm-encoder = "0.201"
|
wasm-encoder = "0.201"
|
||||||
wasmtime = { version = "19.0.0", default-features = false, features = [
|
wasmtime = { version = "19.0.0", default-features = false, features = [
|
||||||
|
|
|
@ -66,7 +66,7 @@ taffy = { git = "https://github.com/DioxusLabs/taffy", rev = "1876f72bee5e376023
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
time.workspace = true
|
time.workspace = true
|
||||||
util.workspace = true
|
util.workspace = true
|
||||||
uuid = { version = "1.1.2", features = ["v4", "v5"] }
|
uuid.workspace = true
|
||||||
waker-fn = "1.1.0"
|
waker-fn = "1.1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue