Update rustix to 1.x

We have both in the dependency tree now, so may as well update here.
This commit is contained in:
Ian Douglas Scott 2025-06-12 12:41:28 -07:00 committed by Ian Douglas Scott
parent d62ff0101d
commit 2f8f689cfd
3 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View file

@ -1224,7 +1224,7 @@ dependencies = [
"log",
"memmap2 0.9.5",
"rust-embed",
"rustix 0.38.44",
"rustix 1.0.7",
"tokio",
"wayland-protocols",
]