1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 21:17:45 +00:00

feat: update dependencies

This commit is contained in:
Kevin Amado 2022-01-28 19:40:33 -05:00
parent e0b1bdc8c7
commit dd5defc871
No known key found for this signature in database
GPG key ID: FFF341057F503148
2 changed files with 8 additions and 8 deletions

4
Cargo.lock generated
View file

@ -195,9 +195,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.115" version = "0.2.116"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a8d982fa7a96a000f6ec4cfe966de9703eccde29750df2bb8949da91b0e818d" checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
[[package]] [[package]]
name = "memchr" name = "memchr"

View file

@ -1,10 +1,10 @@
[dependencies] [dependencies]
clap = "3" clap = "*"
rand = "0.8" rand = "*"
rayon = "1.5" rayon = "*"
rnix = "0.10" rnix = "*"
rowan = "0.15" rowan = "*"
walkdir = "2" walkdir = "*"
[dev-dependencies] [dev-dependencies]
indoc = "*" indoc = "*"