Revert Cargo.lock changes

This commit is contained in:
Felix Mattick 2022-03-27 17:25:15 -05:00
parent cea5218dc7
commit 3db5a09ae9
No known key found for this signature in database
GPG Key ID: 4E7A3D01471F32AB
1 changed files with 80 additions and 81 deletions

161
Cargo.lock generated
View File

@ -144,7 +144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [ dependencies = [
"hermit-abi", "hermit-abi",
"libc 0.2.117", "libc 0.2.121",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -162,7 +162,7 @@ checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
dependencies = [ dependencies = [
"addr2line", "addr2line",
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
"miniz_oxide 0.4.0", "miniz_oxide 0.4.0",
"object", "object",
"rustc-demangle", "rustc-demangle",
@ -433,7 +433,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -491,7 +491,7 @@ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"core-graphics 0.17.3", "core-graphics 0.17.3",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -506,7 +506,7 @@ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"core-graphics 0.17.3", "core-graphics 0.17.3",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -521,7 +521,7 @@ dependencies = [
"core-foundation 0.7.0", "core-foundation 0.7.0",
"core-graphics 0.19.2", "core-graphics 0.19.2",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -534,10 +534,10 @@ dependencies = [
"bitflags", "bitflags",
"block", "block",
"cocoa-foundation", "cocoa-foundation",
"core-foundation 0.9.2", "core-foundation 0.9.3",
"core-graphics 0.22.3", "core-graphics 0.22.3",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -549,10 +549,10 @@ checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"block", "block",
"core-foundation 0.9.2", "core-foundation 0.9.3",
"core-graphics-types", "core-graphics-types",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -618,7 +618,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d" checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
dependencies = [ dependencies = [
"core-foundation-sys 0.6.2", "core-foundation-sys 0.6.2",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -628,17 +628,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [ dependencies = [
"core-foundation-sys 0.7.0", "core-foundation-sys 0.7.0",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.9.2" version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3" checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [ dependencies = [
"core-foundation-sys 0.8.3", "core-foundation-sys 0.8.3",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -668,7 +668,7 @@ dependencies = [
"bitflags", "bitflags",
"core-foundation 0.6.4", "core-foundation 0.6.4",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -680,7 +680,7 @@ dependencies = [
"bitflags", "bitflags",
"core-foundation 0.7.0", "core-foundation 0.7.0",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -690,10 +690,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"core-foundation 0.9.2", "core-foundation 0.9.3",
"core-graphics-types", "core-graphics-types",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -703,9 +703,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"core-foundation 0.9.2", "core-foundation 0.9.3",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -717,7 +717,7 @@ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"core-graphics 0.17.3", "core-graphics 0.17.3",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -729,7 +729,7 @@ dependencies = [
"core-foundation 0.7.0", "core-foundation 0.7.0",
"core-graphics 0.19.2", "core-graphics 0.19.2",
"foreign-types", "foreign-types",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -741,7 +741,7 @@ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"core-foundation-sys 0.7.0", "core-foundation-sys 0.7.0",
"core-graphics 0.19.2", "core-graphics 0.19.2",
"libc 0.2.117", "libc 0.2.121",
"objc", "objc",
] ]
@ -948,7 +948,7 @@ version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a" checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"redox_users", "redox_users",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1008,7 +1008,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcdf488e3a52a7aa30a05732a3e58420e22acb4b2b75635a561fc6ffbcab59ef" checksum = "bcdf488e3a52a7aa30a05732a3e58420e22acb4b2b75635a561fc6ffbcab59ef"
dependencies = [ dependencies = [
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"winapi 0.3.9", "winapi 0.3.9",
"wio", "wio",
] ]
@ -1020,7 +1020,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a373bc9844200b1ff15bd1b245931d1c20d09d06e4ec09f361171f29a4b0752d" checksum = "a373bc9844200b1ff15bd1b245931d1c20d09d06e4ec09f361171f29a4b0752d"
dependencies = [ dependencies = [
"khronos", "khronos",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1087,7 +1087,7 @@ checksum = "68c90b0fc46cf89d227cc78b40e494ff81287a92dd07631e5af0d06fe3cf885e"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"crc32fast", "crc32fast",
"libc 0.2.117", "libc 0.2.121",
"miniz_oxide 0.4.0", "miniz_oxide 0.4.0",
] ]
@ -1148,7 +1148,7 @@ dependencies = [
"float-ord", "float-ord",
"freetype", "freetype",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"pathfinder_geometry", "pathfinder_geometry",
"pathfinder_simd", "pathfinder_simd",
@ -1178,7 +1178,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11926b2b410b469d0e9399eca4cbbe237a9ef02176c485803b29216307e8e028" checksum = "11926b2b410b469d0e9399eca4cbbe237a9ef02176c485803b29216307e8e028"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"servo-freetype-sys", "servo-freetype-sys",
] ]
@ -1235,7 +1235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
"wasi", "wasi",
"wasm-bindgen", "wasm-bindgen",
] ]
@ -1430,7 +1430,7 @@ version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1512,7 +1512,7 @@ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"gleam", "gleam",
"leaky-cow", "leaky-cow",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1521,7 +1521,7 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1565,7 +1565,7 @@ checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [ dependencies = [
"cc", "cc",
"fs_extra", "fs_extra",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1575,7 +1575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [ dependencies = [
"jemalloc-sys", "jemalloc-sys",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1705,9 +1705,9 @@ checksum = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.117" version = "0.2.121"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
[[package]] [[package]]
name = "libloading" name = "libloading"
@ -1803,7 +1803,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1845,7 +1845,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1855,7 +1855,7 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a" checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -1941,7 +1941,7 @@ dependencies = [
"fuchsia-zircon-sys", "fuchsia-zircon-sys",
"iovec", "iovec",
"kernel32-sys", "kernel32-sys",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"miow", "miow",
"net2", "net2",
@ -1992,7 +1992,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241" checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
dependencies = [ dependencies = [
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"ndk", "ndk",
"ndk-macro", "ndk-macro",
@ -2025,7 +2025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -2047,7 +2047,7 @@ dependencies = [
"bitflags", "bitflags",
"cc", "cc",
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
"void", "void",
] ]
@ -2060,7 +2060,7 @@ dependencies = [
"bitflags", "bitflags",
"cc", "cc",
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -2072,7 +2072,7 @@ dependencies = [
"bitflags", "bitflags",
"cc", "cc",
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc 0.2.117", "libc 0.2.121",
"memoffset 0.6.5", "memoffset 0.6.5",
] ]
@ -2089,13 +2089,12 @@ dependencies = [
[[package]] [[package]]
name = "nom" name = "nom"
version = "7.1.0" version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [ dependencies = [
"memchr", "memchr",
"minimal-lexical", "minimal-lexical",
"version_check",
] ]
[[package]] [[package]]
@ -2155,7 +2154,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [ dependencies = [
"hermit-abi", "hermit-abi",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -2236,9 +2235,9 @@ dependencies = [
[[package]] [[package]]
name = "once_cell" name = "once_cell"
version = "1.9.0" version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[package]] [[package]]
name = "ordered-float" name = "ordered-float"
@ -2313,7 +2312,7 @@ checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"cloudabi", "cloudabi",
"libc 0.2.117", "libc 0.2.121",
"redox_syscall 0.1.56", "redox_syscall 0.1.56",
"rustc_version 0.2.3", "rustc_version 0.2.3",
"smallvec 0.6.13", "smallvec 0.6.13",
@ -2328,7 +2327,7 @@ checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"cloudabi", "cloudabi",
"libc 0.2.117", "libc 0.2.121",
"redox_syscall 0.1.56", "redox_syscall 0.1.56",
"smallvec 1.8.0", "smallvec 1.8.0",
"winapi 0.3.9", "winapi 0.3.9",
@ -2342,8 +2341,8 @@ checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"instant", "instant",
"libc 0.2.117", "libc 0.2.121",
"redox_syscall 0.2.10", "redox_syscall 0.2.12",
"smallvec 1.8.0", "smallvec 1.8.0",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -2371,7 +2370,7 @@ dependencies = [
"foreign-types", "foreign-types",
"gl", "gl",
"io-surface", "io-surface",
"libc 0.2.117", "libc 0.2.121",
"metal 0.18.0", "metal 0.18.0",
"pathfinder_canvas", "pathfinder_canvas",
"pathfinder_color", "pathfinder_color",
@ -2543,7 +2542,7 @@ dependencies = [
"foreign-types", "foreign-types",
"half", "half",
"io-surface", "io-surface",
"libc 0.2.117", "libc 0.2.121",
"metal 0.18.0", "metal 0.18.0",
"objc", "objc",
"pathfinder_geometry", "pathfinder_geometry",
@ -2846,7 +2845,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"libc 0.2.117", "libc 0.2.121",
"rand_chacha", "rand_chacha",
"rand_core", "rand_core",
"rand_hc", "rand_hc",
@ -2886,7 +2885,7 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211" checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -2928,9 +2927,9 @@ checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.10" version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
@ -3080,7 +3079,7 @@ checksum = "1f74124048ea86b5cd50236b2443f6f57cf4625a8e8818009b4e50dbb8729a43"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"sdl2-sys", "sdl2-sys",
] ]
@ -3091,7 +3090,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e1deb61ff274d29fb985017d4611d4004b113676eaa9c06754194caf82094e" checksum = "c2e1deb61ff274d29fb985017d4611d4004b113676eaa9c06754194caf82094e"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -3164,7 +3163,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a088f8d775a5c5314aae09bd77340bc9c67d72b9a45258be34c83548b4814cd9" checksum = "a088f8d775a5c5314aae09bd77340bc9c67d72b9a45258be34c83548b4814cd9"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"servo-fontconfig-sys", "servo-fontconfig-sys",
] ]
@ -3196,7 +3195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [ dependencies = [
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
] ]
[[package]] [[package]]
@ -3372,7 +3371,7 @@ dependencies = [
"gl_generator 0.13.1", "gl_generator 0.13.1",
"io-surface", "io-surface",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"mach", "mach",
"metal 0.17.1", "metal 0.17.1",
@ -3402,7 +3401,7 @@ dependencies = [
"gl_generator 0.14.0", "gl_generator 0.14.0",
"io-surface", "io-surface",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"mach", "mach",
"metal 0.18.0", "metal 0.18.0",
@ -3571,7 +3570,7 @@ version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -3832,7 +3831,7 @@ checksum = "49963e5f9eeaf637bfcd1b9f0701c99fd5cd05225eb51035550d4272806f2713"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"downcast-rs", "downcast-rs",
"libc 0.2.117", "libc 0.2.121",
"nix 0.14.1", "nix 0.14.1",
"wayland-commons 0.21.13", "wayland-commons 0.21.13",
"wayland-scanner 0.21.13", "wayland-scanner 0.21.13",
@ -3848,7 +3847,7 @@ dependencies = [
"bitflags", "bitflags",
"calloop 0.4.4", "calloop 0.4.4",
"downcast-rs", "downcast-rs",
"libc 0.2.117", "libc 0.2.121",
"mio", "mio",
"nix 0.14.1", "nix 0.14.1",
"wayland-commons 0.23.6", "wayland-commons 0.23.6",
@ -3864,7 +3863,7 @@ checksum = "e3ab332350e502f159382201394a78e3cc12d0f04db863429260164ea40e0355"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"downcast-rs", "downcast-rs",
"libc 0.2.117", "libc 0.2.121",
"nix 0.20.2", "nix 0.20.2",
"scoped-tls", "scoped-tls",
"wayland-commons 0.28.6", "wayland-commons 0.28.6",
@ -3899,7 +3898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda" checksum = "a21817947c7011bbd0a27e11b17b337bfd022e8544b071a2641232047966fbda"
dependencies = [ dependencies = [
"nix 0.20.2", "nix 0.20.2",
"once_cell 1.9.0", "once_cell 1.10.0",
"smallvec 1.8.0", "smallvec 1.8.0",
"wayland-sys 0.28.6", "wayland-sys 0.28.6",
] ]
@ -4092,7 +4091,7 @@ dependencies = [
"core-foundation 0.6.4", "core-foundation 0.6.4",
"core-graphics 0.17.3", "core-graphics 0.17.3",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"objc", "objc",
"parking_lot 0.9.0", "parking_lot 0.9.0",
@ -4118,7 +4117,7 @@ dependencies = [
"dispatch", "dispatch",
"instant", "instant",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"mio", "mio",
"mio-extras", "mio-extras",
@ -4140,13 +4139,13 @@ checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cocoa 0.24.0", "cocoa 0.24.0",
"core-foundation 0.9.2", "core-foundation 0.9.3",
"core-graphics 0.22.3", "core-graphics 0.22.3",
"core-video-sys", "core-video-sys",
"dispatch", "dispatch",
"instant", "instant",
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"log", "log",
"mio", "mio",
"mio-extras", "mio-extras",
@ -4188,7 +4187,7 @@ version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773" checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [ dependencies = [
"libc 0.2.117", "libc 0.2.121",
"pkg-config", "pkg-config",
] ]
@ -4199,7 +4198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8" checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
dependencies = [ dependencies = [
"lazy_static 1.4.0", "lazy_static 1.4.0",
"libc 0.2.117", "libc 0.2.121",
"maybe-uninit", "maybe-uninit",
"pkg-config", "pkg-config",
] ]
@ -4210,7 +4209,7 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [ dependencies = [
"nom 7.1.0", "nom 7.1.1",
] ]
[[package]] [[package]]