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:
dependabot[bot] 2025-05-20 01:37:48 -04:00 committed by GitHub
parent 3029c8f909
commit 87ed315bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 55 additions and 55 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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"] }

View file

@ -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