diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-18 21:42:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 21:42:27 +0300 |
commit | d71e8b5493cdc8cdb4c0c15ed463f394d62c8f0f (patch) | |
tree | 7eae243a783df2a2cdaa2a655462004fa77dd6df /Cargo.lock | |
parent | 46df7b4b1415df8621b17a4424eeee5b7f11f332 (diff) | |
download | fparkan-d71e8b5493cdc8cdb4c0c15ed463f394d62c8f0f.tar.xz fparkan-d71e8b5493cdc8cdb4c0c15ed463f394d62c8f0f.zip |
Bump rustix from 0.38.13 to 0.38.19
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.13 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.13...v0.38.19)
---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -548,9 +548,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.7" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" +checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "lock_api" @@ -875,9 +875,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "rustix" -version = "0.38.13" +version = "0.38.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662" +checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" dependencies = [ "bitflags 2.4.0", "errno", |