From c1a6bdc42b53d0a9319d61c6620ad71ff3f4cf73 Mon Sep 17 00:00:00 2001 From: ilkecan <40234257+ilkecan@users.noreply.github.com> Date: Sun, 8 Jan 2023 16:07:28 +0300 Subject: [PATCH] Update `rnix` to `0.10.2` (#58) Closes: #56 --- Cargo.lock | 4 ++-- bin/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5f9b51..f3d6c1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 68cdaf8..a1b9bec 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -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" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 82edfe8..5e6f9c4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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"