about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuqman Aden <me@luqman.ca>2022-12-09 13:10:18 -0800
committerLuqman Aden <me@luqman.ca>2022-12-09 13:10:18 -0800
commitffe740f0a7870b1cf02e52e1abf9cfde84b5cb71 (patch)
tree0e2e817c084bc96092c55786abca9aaac394949b
parentf058493307813a5298851f79ad6187f4ad2c7e15 (diff)
downloadrust-ffe740f0a7870b1cf02e52e1abf9cfde84b5cb71.tar.gz
rust-ffe740f0a7870b1cf02e52e1abf9cfde84b5cb71.zip
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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 844cf99b468..7394a8a04d5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4624,9 +4624,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",