Skip to content

Commit 68041ad

Browse files
committed
Set the same formatting as previously.
1 parent 904b342 commit 68041ad

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

x509-cert/Cargo.toml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,15 @@ rust-version = "1.81"
1717

1818
[dependencies]
1919
const-oid = { version = "0.10.0-rc.0", features = ["db"] }
20-
der = { version = "0.8.0-rc.1", default-features = false, features = [
21-
"alloc",
22-
"derive",
23-
"flagset",
24-
"oid",
25-
] }
20+
der = { version = "0.8.0-rc.1", features = ["alloc", "derive", "flagset", "oid"] }
2621
spki = { version = "0.8.0-rc.0", features = ["alloc"] }
2722

2823
# optional dependencies
2924
arbitrary = { version = "1.4", features = ["derive"], optional = true }
30-
async-signature = { version = "=0.6.0-pre.4", features = [
31-
"digest",
32-
"rand_core",
33-
], optional = true }
34-
sha1 = { version = "0.11.0-pre.4", optional = true, default-features = false }
35-
signature = { version = "=2.3.0-pre.4", features = [
36-
"rand_core",
37-
], optional = true }
38-
tls_codec = { version = "0.4.0", default-features = false, features = [
39-
"derive",
40-
], optional = true }
25+
async-signature = { version = "=0.6.0-pre.4", features = ["digest", "rand_core"], optional = true }
26+
sha1 = { version = "0.11.0-pre.4", default-features = false, optional = true }
27+
signature = { version = "=2.3.0-pre.4", features = ["rand_core"], optional = true }
28+
tls_codec = { version = "0.4.0", default-features = false, features = ["derive"], optional = true }
4129

4230
[dev-dependencies]
4331
hex-literal = "0.4"

0 commit comments

Comments
 (0)