From 5e5b625bc96861b9c648f55cbdefdb164037ef9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:30:27 +0000 Subject: [PATCH] Bump rnix from 0.11.0 to 0.12.0 Bumps [rnix](https://github.com/nix-community/rnix-parser) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/nix-community/rnix-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-community/rnix-parser/commits) --- updated-dependencies: - dependency-name: rnix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nix-script-directives/Cargo.toml | 2 +- nix-script/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76bbae4..2c5e5d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,9 +482,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rnix" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb35cedbeb70e0ccabef2a31bcff0aebd114f19566086300b8f42c725fc2cb5f" +checksum = "6f15e00b0ab43abd70d50b6f8cd021290028f9b7fdd7cdfa6c35997173bc1ba9" dependencies = [ "rowan", ] diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index df7723c..4447271 100644 --- a/nix-script-directives/Cargo.toml +++ b/nix-script-directives/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0.95" log = "0.4.22" -rnix = "0.11.0" +rnix = "0.12.0" rowan = "0.15.16" serde = { version = "1.0.217", features = [ "derive" ] } diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 8c0b946..8daf361 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -20,5 +20,5 @@ walkdir = "2.5.0" [dev-dependencies] assert_cmd = "2.0.16" -rnix = "0.11.0" +rnix = "0.12.0" tempfile = "3.15.0"