diff options
author | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2023-08-09 07:47:30 +0200 |
---|---|---|
committer | Daniel Hofstetter <daniel.hofstetter@42dh.com> | 2023-08-09 07:47:30 +0200 |
commit | 492c9a459127625b72920b57575a590df7dd6037 (patch) | |
tree | 8f6b76aa1e357108e0f8a104827b3963be11fa45 /Cargo.lock | |
parent | 6721a23fd381dbfc61e0e5572949f4277b2d8675 (diff) |
Bump rustix crates
From 0.36.14 to 0.36.15 and from 0.37.19 to 0.37.23
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6c5f8d5566..d956dd697b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1168,7 +1168,7 @@ checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ "hermit-abi", "io-lifetimes", - "rustix 0.37.19", + "rustix 0.37.23", "windows-sys 0.48.0", ] @@ -1668,7 +1668,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix 0.36.14", + "rustix 0.36.15", ] [[package]] @@ -1879,9 +1879,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.14" +version = "0.36.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62" +checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" dependencies = [ "bitflags 1.3.2", "errno", @@ -1893,9 +1893,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.19" +version = "0.37.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" +checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" dependencies = [ "bitflags 1.3.2", "errno", @@ -2128,7 +2128,7 @@ dependencies = [ "cfg-if", "fastrand", "redox_syscall", - "rustix 0.37.19", + "rustix 0.37.23", "windows-sys 0.48.0", ] @@ -2147,7 +2147,7 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237" dependencies = [ - "rustix 0.37.19", + "rustix 0.37.23", "windows-sys 0.48.0", ] |