1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-17 10:10:23 +03:00

update Cargo.lock for #5276

This commit is contained in:
Wez Furlong 2024-05-04 16:17:14 -07:00
parent 296f88675f
commit c7e4b7dda8
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

8
Cargo.lock generated
View File

@ -5084,7 +5084,7 @@ dependencies = [
"libc",
"log",
"memmap2 0.9.4",
"rustix 0.38.32",
"rustix 0.38.34",
"thiserror",
"wayland-backend",
"wayland-client",
@ -6159,7 +6159,7 @@ checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
dependencies = [
"cc",
"downcast-rs",
"rustix 0.38.32",
"rustix 0.38.34",
"scoped-tls",
"smallvec",
"wayland-sys",
@ -6172,7 +6172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
dependencies = [
"bitflags 2.5.0",
"rustix 0.38.32",
"rustix 0.38.34",
"wayland-backend",
"wayland-scanner",
]
@ -6194,7 +6194,7 @@ version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
dependencies = [
"rustix 0.38.32",
"rustix 0.38.34",
"wayland-client",
"xcursor",
]