diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-12-11 00:30:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-11 00:30:19 +0100 |
| commit | 97aa7cb68f39915aeee554be0e8301a577d0d0f1 (patch) | |
| tree | 5de86a2e0643dc7ed5565e2938b6892269196ffb | |
| parent | e47c96a9cfed3e50743ec05943efdae851879b95 (diff) | |
| parent | ffe740f0a7870b1cf02e52e1abf9cfde84b5cb71 (diff) | |
| download | rust-97aa7cb68f39915aeee554be0e8301a577d0d0f1.tar.gz rust-97aa7cb68f39915aeee554be0e8301a577d0d0f1.zip | |
Rollup merge of #105511 - luqmana:rustix-upgrade, r=Mark-Simulacrum
Update rustix to 0.36.5 Pull in fix for https://github.com/bytecodealliance/rustix/issues/467 on recent cargo nightlies.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 248cc89476a..5d05a09f038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4627,9 +4627,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.3" +version = "0.36.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e" +checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" dependencies = [ "bitflags", "errno", |
