Skip to content

Commit ab73de7

Browse files
committed
Auto merge of #116691 - chenx97:rustix-0.38.19, r=Mark-Simulacrum
Update rustix to 0.38.19 addresses [rustix/#856](bytecodealliance/rustix#856). Commands that do the update: `cargo +nightly update rustix` r? `@Mark-Simulacrum`
2 parents b0fedc0 + b1d64c6 commit ab73de7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2245,9 +2245,9 @@ dependencies = [
22452245

22462246
[[package]]
22472247
name = "linux-raw-sys"
2248-
version = "0.4.7"
2248+
version = "0.4.10"
22492249
source = "registry+https://github.com/rust-lang/crates.io-index"
2250-
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2250+
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
22512251

22522252
[[package]]
22532253
name = "litemap"
@@ -4779,9 +4779,9 @@ dependencies = [
47794779

47804780
[[package]]
47814781
name = "rustix"
4782-
version = "0.38.14"
4782+
version = "0.38.19"
47834783
source = "registry+https://github.com/rust-lang/crates.io-index"
4784-
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
4784+
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
47854785
dependencies = [
47864786
"bitflags 2.4.0",
47874787
"errno",

0 commit comments

Comments
 (0)