diff options
author | dependabot[bot] | 2023-10-31 02:38:41 +0000 |
---|---|---|
committer | GitHub | 2023-10-31 02:38:41 +0000 |
commit | 566f41635eae6b7533773d7b6b1aa89e980db8ed (patch) | |
tree | 9e430408b3f7c26c1abb12b67bbe4eeae18a1141 | |
parent | d0430f1c8166e5aad495474eb5c847a0df4dcb2f (diff) |
build(deps): bump rustix from 0.38.20 to 0.38.21 (#8671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1829,9 +1829,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.20" +version = "0.38.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" +checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" dependencies = [ "bitflags 2.4.1", "errno", |