diff options
author | dependabot[bot] | 2023-12-12 13:46:21 +0000 |
---|---|---|
committer | GitHub | 2023-12-12 13:46:21 +0000 |
commit | f036451a0e5fc18880fa886c948b20d255e74d84 (patch) | |
tree | e8d0feac8b6a282161bbe5449b96a3a675774d06 /Cargo.lock | |
parent | 7f44a6ad503bf51f2691ad2d6e5f091e9a41965c (diff) |
build(deps): bump rustix from 0.38.26 to 0.38.28 (#9054)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1770,9 +1770,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.26" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ "bitflags 2.4.1", "errno", |