about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-18 18:44:37 +0000
committerGitHub <noreply@github.com>2023-10-18 18:44:37 +0000
commit0036d400f065daef5e49fbf2c71455e2eb040190 (patch)
tree685118df078ebb65a2e528c236b7c63223261a0c /src
parent2366a90d3f4f39c5f241176d88c57f1ee4bd5c05 (diff)
downloadrust-0036d400f065daef5e49fbf2c71455e2eb040190.tar.gz
rust-0036d400f065daef5e49fbf2c71455e2eb040190.zip
Bump rustix from 0.38.17 to 0.38.19
---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src')
-rw-r--r--src/tools/miri/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/Cargo.lock b/src/tools/miri/Cargo.lock
index 09f58a38dd4..62370206956 100644
--- a/src/tools/miri/Cargo.lock
+++ b/src/tools/miri/Cargo.lock
@@ -786,9 +786,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",