21
Cargo.lock
generated
21
Cargo.lock
generated
@@ -1554,7 +1554,6 @@ dependencies = [
|
|||||||
"toml",
|
"toml",
|
||||||
"unicode-width",
|
"unicode-width",
|
||||||
"url",
|
"url",
|
||||||
"webbrowser",
|
|
||||||
"wl-clipboard-rs",
|
"wl-clipboard-rs",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -3450,20 +3449,6 @@ dependencies = [
|
|||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "webbrowser"
|
|
||||||
version = "0.6.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "f9c28b6b6a78440b02647358625e3febc90724126480b9da6a967b5f674b3554"
|
|
||||||
dependencies = [
|
|
||||||
"jni",
|
|
||||||
"ndk-glue",
|
|
||||||
"url",
|
|
||||||
"web-sys",
|
|
||||||
"widestring",
|
|
||||||
"winapi",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webpki"
|
name = "webpki"
|
||||||
version = "0.22.0"
|
version = "0.22.0"
|
||||||
@@ -3483,12 +3468,6 @@ dependencies = [
|
|||||||
"webpki",
|
"webpki",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "widestring"
|
|
||||||
version = "0.5.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winapi"
|
name = "winapi"
|
||||||
version = "0.3.9"
|
version = "0.3.9"
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ unicode-width = "0.1.9"
|
|||||||
dbus = { version = "0.9.5", optional = true }
|
dbus = { version = "0.9.5", optional = true }
|
||||||
dbus-tree = { version = "0.9.2", optional = true }
|
dbus-tree = { version = "0.9.2", optional = true }
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
webbrowser = "0.6"
|
|
||||||
clipboard = { version = "0.5", optional = true }
|
clipboard = { version = "0.5", optional = true }
|
||||||
wl-clipboard-rs = { version = "0.6", optional = true }
|
wl-clipboard-rs = { version = "0.6", optional = true }
|
||||||
url = "2.2"
|
url = "2.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user