Skip to content

Commit

Permalink
virtme_ng_init: update dependencies
Browse files Browse the repository at this point in the history
Both nix and base64 have newer versions now. base64 0.22 works without
changes, nix 0.29 requires features to be listed explicitly, but
otherwise also works.

Signed-off-by: Ondrej Mosnáček <[email protected]>
  • Loading branch information
WOnder93 committed Jan 23, 2025
1 parent da4e469 commit eb07da5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 33 deletions.
46 changes: 15 additions & 31 deletions virtme_ng_init/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions virtme_ng_init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nix = "0.26"
nix = { version = "0.29", features = ["feature", "fs", "hostname", "mount", "reboot", "user"] }
uzers = "0.12"
base64 = "0.21"
base64 = "0.22"

0 comments on commit eb07da5

Please sign in to comment.