Skip to content

Commit

Permalink
Bump rustix from 0.38.9 to 0.38.19
Browse files Browse the repository at this point in the history
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.9 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](bytecodealliance/rustix@v0.38.9...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent 463cc1a commit 8e24181
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -203,49 +203,49 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-f
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.aarch64-apple-darwin.build-dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }

[target.x86_64-unknown-illumos.dependencies]
bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] }
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }

Expand All @@ -254,7 +254,7 @@ bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-f
hyper-rustls = { version = "0.24.1" }
mio = { version = "0.8.8", features = ["net", "os-ext"] }
once_cell = { version = "1.18.0", features = ["unstable"] }
rustix = { version = "0.38.9", features = ["fs", "termios"] }
rustix = { version = "0.38.19", features = ["fs", "termios"] }
toml_datetime = { version = "0.6.3", default-features = false, features = ["serde"] }
toml_edit = { version = "0.19.15", features = ["serde"] }

Expand Down

0 comments on commit 8e24181

Please sign in to comment.