mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
build(deps): bump nix to 0.30
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
12edc04c0c
commit
971ad922a5
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -3208,9 +3208,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.29.0"
|
||||
version = "0.30.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
||||
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
||||
dependencies = [
|
||||
"bitflags 2.9.1",
|
||||
"cfg-if",
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ ironrdp-core = { path = "../ironrdp-core", version = "0.1" }
|
|||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5" } # public
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.4" } # public
|
||||
ironrdp-rdpdr = { path = "../ironrdp-rdpdr", version = "0.3" } # public
|
||||
nix = { version = "0.29", features = ["fs", "dir"] }
|
||||
nix = { version = "0.30", features = ["fs", "dir"] }
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue