mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
chore: remove idna feature from url
This commit is contained in:
parent
f2979cb12a
commit
60b11081f2
1 changed files with 1 additions and 3 deletions
|
@ -14,10 +14,8 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
|
||||||
dioxus-core = { path = "../core", version = "^0.1.9", default-features = false }
|
dioxus-core = { path = "../core", version = "^0.1.9", default-features = false }
|
||||||
dioxus-html = { path = "../html", version = "^0.1.6", default-features = false }
|
dioxus-html = { path = "../html", version = "^0.1.6", default-features = false }
|
||||||
dioxus-core-macro = { path = "../core-macro", version = "^0.1.7" }
|
dioxus-core-macro = { path = "../core-macro", version = "^0.1.7" }
|
||||||
# serde = "1"
|
|
||||||
# serde_urlencoded = "0.7"
|
|
||||||
futures-channel = "0.3.21"
|
futures-channel = "0.3.21"
|
||||||
url = "2.2.2"
|
url = { version ="2.2.2", default-features = false }
|
||||||
|
|
||||||
# for wasm
|
# for wasm
|
||||||
web-sys = { version = "0.3", features = [
|
web-sys = { version = "0.3", features = [
|
||||||
|
|
Loading…
Reference in a new issue