mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
build(deps): bump bitflags from 2.9.0 to 2.9.1 in the patch group across 1 directory (#792)
This commit is contained in:
parent
3029c8f909
commit
87ed315bc2
8 changed files with 55 additions and 55 deletions
|
@ -18,7 +18,7 @@ test = false
|
|||
[dependencies]
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
|
||||
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.2" } # public
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
num-derive.workspace = true # TODO: remove
|
||||
num-traits.workspace = true # TODO: remove
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
|
|||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
|
||||
thiserror = "1.0" # FIXME: handwrite the Error trait implementations.
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -17,7 +17,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
bit_field = "0.10"
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
bitvec = "1.0"
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["std"] } # public
|
||||
|
|
|
@ -21,7 +21,7 @@ std = ["alloc", "ironrdp-error/std", "ironrdp-core/std"]
|
|||
alloc = ["ironrdp-core/alloc", "ironrdp-error/alloc"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["std"] } # public
|
||||
ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
|
||||
tap = "1"
|
||||
|
|
|
@ -21,7 +21,7 @@ ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
|
|||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -20,7 +20,7 @@ default = []
|
|||
std = []
|
||||
|
||||
[dependencies]
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] }
|
||||
|
|
|
@ -22,7 +22,7 @@ std = []
|
|||
[dependencies]
|
||||
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
|
||||
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["alloc", "std"] } # public
|
||||
bitflags = "2.4"
|
||||
bitflags = "2.9"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue