diff options
| author | mo8it <mo8it@proton.me> | 2024-06-19 14:03:06 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-19 14:03:06 +0200 |
| commit | 2a1bc5377177981fa253ae4cb234bce584ce1b62 (patch) | |
| tree | 9016512aabfad501d5546a8012ae800ec05d8fe2 | |
| parent | 5bf8d1fa1bcbf885c7cd9c7ae49494826c209da6 (diff) | |
Update deps
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -516,7 +516,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.1", + "redox_syscall 0.5.2", "smallvec", "windows-targets 0.52.5", ] @@ -606,9 +606,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" +checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ "bitflags 2.5.0", ] |
