merging Cargo.lock is fun

This commit is contained in:
Chad Brokaw 2022-10-19 15:44:30 -04:00
parent fd14495db6
commit fe6ed00447

19
Cargo.lock generated
View file

@ -771,7 +771,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
@ -1227,9 +1226,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.9.0"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
@ -1243,7 +1242,7 @@ dependencies = [
"lazy_static",
"log",
"memmap2",
"nix 0.24.2",
"nix",
"pkg-config",
"wayland-client",
"wayland-cursor",
@ -1317,12 +1316,6 @@ version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
[[package]]
name = "thiserror"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
[[package]]
name = "thiserror"
version = "1.0.37"
@ -1457,7 +1450,7 @@ dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.22.3",
"nix",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
@ -1470,7 +1463,7 @@ version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix 0.22.3",
"nix",
"once_cell",
"smallvec",
"wayland-sys",
@ -1482,7 +1475,7 @@ version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix 0.22.3",
"nix",
"wayland-client",
"xcursor",
]