Update rnix to 0.10.2 (#58)

Closes: #56
This commit is contained in:
ilkecan 2023-01-08 16:07:28 +03:00 committed by GitHub
parent 9615760940
commit c1a6bdc42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -473,9 +473,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "rnix"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065c5eac8e8f7e7b0e7227bdc46e2d8dd7d69fff7a9a2734e21f686bbcb9b2c9"
checksum = "8024a523e8836f1a5d051203dc00d833357fee94e351b51348dfaeca5364daa9"
dependencies = [
"cbitset",
"rowan",

View File

@ -20,7 +20,7 @@ clap = "3.0.0-beta.4"
ignore = "0.4.18"
lib = { path = "../lib" }
rayon = "1.5.1"
rnix = "0.10.1"
rnix = "0.10.2"
similar = "2.1.0"
thiserror = "1.0.30"
toml = "0.5.8"

View File

@ -7,7 +7,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rnix = "0.10.1"
rnix = "0.10.2"
if_chain = "1.0"
macros = { path = "../macros" }
lazy_static = "1.0"