diff --git a/Cargo.lock b/Cargo.lock index 8ee24d5..09e5ba2 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 25f0929..23b0950 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"