diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-18 21:35:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-18 21:35:00 +0000 |
| commit | 53fff9672c7710ec97e878b7203eb0d5602a409a (patch) | |
| tree | f87880910bb5e7c38377cac76ccc164815d64c6c | |
| parent | fb39dd4e1d39d4732926315b97b42868fb089d4f (diff) | |
| download | rust-53fff9672c7710ec97e878b7203eb0d5602a409a.tar.gz rust-53fff9672c7710ec97e878b7203eb0d5602a409a.zip | |
Bump rustix from 0.38.17 to 0.38.19 in /miri-script
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/miri-script/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/miri-script/Cargo.lock b/src/tools/miri/miri-script/Cargo.lock index 6f8dd973fdd..ea306ed838a 100644 --- a/src/tools/miri/miri-script/Cargo.lock +++ b/src/tools/miri/miri-script/Cargo.lock @@ -213,9 +213,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", |
