about summary refs log tree commit diff
path: root/ops/posix_mq.rs/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-04T12·30+0300
committerclbot <clbot@tvl.fyi>2022-02-04T15·58+0000
commit91ef2b671e18680de6b135910491466498896bdb (patch)
tree959fac6c9774f90354f7db8baa601a3ed40b3116 /ops/posix_mq.rs/Cargo.toml
parenta2ecd53f5822ae07fabfc7d2fac7fa929eb7f795 (diff)
chore(ops/posix_mq.rs): upgrade to nix 0.23 r/3769
The previous version had a CVE.

As part of this upgrade, the handling of errors inside of the Nix
crate changed, which we now accommodate.

Change-Id: Iad9a473c1782e0d79919cb5dc3f76316852d8a16
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5226
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops/posix_mq.rs/Cargo.toml')
-rw-r--r--ops/posix_mq.rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/posix_mq.rs/Cargo.toml b/ops/posix_mq.rs/Cargo.toml
index d72e87a3dc..81b448c691 100644
--- a/ops/posix_mq.rs/Cargo.toml
+++ b/ops/posix_mq.rs/Cargo.toml
@@ -7,5 +7,5 @@ license = "MIT"
 repository = "https://git.tazj.in/tree/ops/posix_mq.rs"
 
 [dependencies]
-nix = "0.16"
+nix = "0.23"
 libc = "0.2"