diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-10-20 14:11:25 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 14:11:25 +0400 |
commit | 6071a7bf35cfd99be8ba70f479f188b7370cda6f (patch) | |
tree | 988fb002868f5c14f183d1a649145841f74546b0 /Cargo.lock | |
parent | 845a5d8a8d47c233c4ed8177ecbb20b05b22118b (diff) | |
download | alacritty-6071a7bf35cfd99be8ba70f479f188b7370cda6f.tar.gz alacritty-6071a7bf35cfd99be8ba70f479f188b7370cda6f.zip |
Bump rustix to 0.38.20
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1641,9 +1641,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.17" +version = "0.38.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f25469e9ae0f3d0047ca8b93fc56843f38e6774f0914a107ff8b41be8be8e0b7" +checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" dependencies = [ "bitflags 2.4.0", "errno", |