Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 54 additions & 54 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/ironrdp-ainput/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test = false
[dependencies]
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
ironrdp-dvc = { path = "../ironrdp-dvc", version = "0.4" } # public
bitflags = "2.9"
bitflags = "2.10"
num-derive.workspace = true # TODO: remove
num-traits.workspace = true # TODO: remove

Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-cliprdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6" } # public
ironrdp-svc = { path = "../ironrdp-svc", version = "0.5" } # public
tracing = { version = "0.1", features = ["log"] }
bitflags = "2.9"
bitflags = "2.10"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/ironrdp-graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false

[dependencies]
bit_field = "0.10"
bitflags = "2.9"
bitflags = "2.10"
bitvec = "1.0"
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6", features = ["std"] } # public
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-mstsgu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ native-tls = ["ironrdp-tls/native-tls", "tokio-tungstenite/native-tls"]

[dependencies]
base64 = "0.22"
bitflags = "2.9"
bitflags = "2.10"
futures-util = "0.3"
http-body-util = { version = "0.1" }
hyper-util = { version = "0.1", features = ["tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-pdu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ qoi = []
qoiz = ["qoi"]

[dependencies]
bitflags = "2.9"
bitflags = "2.10"
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["std"] } # public
ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
tap = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-rdpdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6" } # public
ironrdp-svc = { path = "../ironrdp-svc", version = "0.5" } # public
tracing = { version = "0.1", features = ["log"] }
bitflags = "2.9"
bitflags = "2.10"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/ironrdp-rdpsnd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ default = []
std = []

[dependencies]
bitflags = "2.9"
bitflags = "2.10"
tracing = { version = "0.1", features = ["log"] }
ironrdp-svc = { path = "../ironrdp-svc", version = "0.5" } # public
ironrdp-core = { path = "../ironrdp-core", version = "0.1", features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ironrdp-svc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std = []
[dependencies]
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.6", features = ["alloc", "std"] } # public
bitflags = "2.9"
bitflags = "2.10"

[lints]
workspace = true
Expand Down
Loading