Skip to content

Commit

Permalink
Auto merge of #116691 - chenx97:rustix-0.38.19, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update rustix to 0.38.19

addresses [rustix/#856](bytecodealliance/rustix#856).

Commands that do the update:

`cargo +nightly update rustix`

r? `@Mark-Simulacrum`
  • Loading branch information
bors committed Oct 15, 2023
2 parents b0fedc0 + b1d64c6 commit ab73de7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Expand Up @@ -2245,9 +2245,9 @@ dependencies = [

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

[[package]]
name = "litemap"
Expand Down Expand Up @@ -4779,9 +4779,9 @@ dependencies = [

[[package]]
name = "rustix"
version = "0.38.14"
version = "0.38.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
dependencies = [
"bitflags 2.4.0",
"errno",
Expand Down

0 comments on commit ab73de7

Please sign in to comment.