diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2023-09-12 14:36:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-12 14:36:46 +0200 |
| commit | e7d93d0f478b6fbb47c00d03449dc3d08b90abb7 (patch) | |
| tree | 067f610a6cf9e0cae3a3e4a26051f908275e6554 /utils/Cargo.toml | |
| parent | ff57c8dc58f707299379fd538c6b6ec77980f7cf (diff) | |
| parent | 8197335eee3f5e7cef396ac1bece1f148e5ccaaa (diff) | |
Merge pull request #289 from nix-community/renovate/nix-0.x
Diffstat (limited to 'utils/Cargo.toml')
| -rw-r--r-- | utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 9e43816..6fac1a1 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } -nix = { version = "0.25.0", features = ["process"] } +nix = { version = "0.27.1", features = ["mount", "process"] } log = "0.4.20" kernlog = "0.3.1" clap = { version = "4.1.4", features = ["derive"] } |
