mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
tinyfiledialogs mitigation
This commit is contained in:
parent
92fe8a66cc
commit
de76597d33
3 changed files with 39 additions and 3 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
@ -4799,6 +4799,7 @@ dependencies = [
|
|||
"osmesa-sys",
|
||||
"rust-webvr",
|
||||
"servo-media",
|
||||
"shellwords",
|
||||
"sig",
|
||||
"tinyfiledialogs",
|
||||
"webxr",
|
||||
|
@ -5189,6 +5190,16 @@ dependencies = [
|
|||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shellwords"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "685f0e9b0efe23d26e60a780d8dcd3ac95e90975814de9bc6f48e5d609b5d0f5"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "0.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue