Skip to content

Commit 56ec5c7

Browse files
CI
1 parent c653b51 commit 56ec5c7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

crates/ironrdp-connector/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,11 @@ arbitrary = ["dep:arbitrary"]
2222
ironrdp-svc = { path = "../ironrdp-svc", version = "0.4" } # public
2323
ironrdp-core = { path = "../ironrdp-core", version = "0.1" } # public
2424
ironrdp-error = { path = "../ironrdp-error", version = "0.1" } # public
25-
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5", features = [
26-
"std",
27-
] } # public
25+
ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.5", features = ["std"] } # public
2826
arbitrary = { version = "1", features = ["derive"], optional = true } # public
2927
sspi = "0.16" # public
3028
url = "2.5" # public
31-
rand_core = { version = "0.6", features = [
32-
"std",
33-
] } # TODO: dependency injection?
29+
rand_core = { version = "0.6", features = ["std"] } # TODO: dependency injection?
3430
tracing = { version = "0.1", features = ["log"] }
3531
picky-asn1-der = "0.5"
3632
picky-asn1-x509 = "0.14"

0 commit comments

Comments
 (0)