about summary refs log tree commit diff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-18 20:21:30 +0000
committerGitHub <noreply@github.com>2023-10-18 20:21:30 +0000
commit277ab78c57cd24afc3eb663e026e7c9866ae4b40 (patch)
tree815551d7e7eb67b14d2f108836909e22e3d1795d
parent8c5ff75b162161063d91a1540f869c125be4eb83 (diff)
downloadrust-277ab78c57cd24afc3eb663e026e7c9866ae4b40.tar.gz
rust-277ab78c57cd24afc3eb663e026e7c9866ae4b40.zip
Bump rustix from 0.38.17 to 0.38.19 in /cargo-miri
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.17 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.17...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/tools/miri/cargo-miri/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/cargo-miri/Cargo.lock b/src/tools/miri/cargo-miri/Cargo.lock
index c37a5ca8875..8f442b3de13 100644
--- a/src/tools/miri/cargo-miri/Cargo.lock
+++ b/src/tools/miri/cargo-miri/Cargo.lock
@@ -238,9 +238,9 @@ dependencies = [
 
 [[package]]
 name = "rustix"
-version = "0.38.17"
+version = "0.38.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7"
+checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
 dependencies = [
  "bitflags 2.4.0",
  "errno",