Skip to content

Commit 87ed315

Browse files
build(deps): bump bitflags from 2.9.0 to 2.9.1 in the patch group across 1 directory (#792)
1 parent 3029c8f commit 87ed315

File tree

8 files changed

+55
-55
lines changed

8 files changed

+55
-55
lines changed

Cargo.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-ainput/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test = false
1818
[dependencies]
1919
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
2020
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.2" } # public
21-
bitflags = "2.4"
21+
bitflags = "2.9"
2222
num-derive.workspace = true # TODO: remove
2323
num-traits.workspace = true # TODO: remove
2424

crates/ironrdp-cliprdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
2121
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
2222
thiserror = "1.0" # FIXME: handwrite the Error trait implementations.
2323
tracing = { version = "0.1", features = ["log"] }
24-
bitflags = "2.4"
24+
bitflags = "2.9"
2525

2626
[lints]
2727
workspace = true

crates/ironrdp-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717

1818
[dependencies]
1919
bit_field = "0.10"
20-
bitflags = "2.4"
20+
bitflags = "2.9"
2121
bitvec = "1.0"
2222
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
2323
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["std"] } # public

crates/ironrdp-pdu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ std = ["alloc", "ironrdp-error/std", "ironrdp-core/std"]
2121
alloc = ["ironrdp-core/alloc", "ironrdp-error/alloc"]
2222

2323
[dependencies]
24-
bitflags = "2.4"
24+
bitflags = "2.9"
2525
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["std"] } # public
2626
ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
2727
tap = "1"

crates/ironrdp-rdpdr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
2121
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4" } # public
2222
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
2323
tracing = { version = "0.1", features = ["log"] }
24-
bitflags = "2.4"
24+
bitflags = "2.9"
2525

2626
[lints]
2727
workspace = true

crates/ironrdp-rdpsnd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ default = []
2020
std = []
2121

2222
[dependencies]
23-
bitflags = "2.4"
23+
bitflags = "2.9"
2424
tracing = { version = "0.1", features = ["log"] }
2525
ironrdp-svc = { path = "../ironrdp-svc", version = "0.3" } # public
2626
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] }

crates/ironrdp-svc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ std = []
2222
[dependencies]
2323
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
2424
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["alloc", "std"] } # public
25-
bitflags = "2.4"
25+
bitflags = "2.9"
2626

2727
[lints]
2828
workspace = true

0 commit comments

Comments
 (0)