File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,11 @@ arbitrary = ["dep:arbitrary"]
22
22
ironrdp-svc = { path = " ../ironrdp-svc" , version = " 0.4" } # public
23
23
ironrdp-core = { path = " ../ironrdp-core" , version = " 0.1" } # public
24
24
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
28
26
arbitrary = { version = " 1" , features = [" derive" ], optional = true } # public
29
27
sspi = " 0.16" # public
30
28
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?
34
30
tracing = { version = " 0.1" , features = [" log" ] }
35
31
picky-asn1-der = " 0.5"
36
32
picky-asn1-x509 = " 0.14"
You can’t perform that action at this time.
0 commit comments