Skip to content

Commit b374e07

Browse files
committed
hakari
1 parent 20b4100 commit b374e07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.lock

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

workspace-hack/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ chrono = { version = "0.4.42", features = ["serde"] }
3535
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
3636
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "wrap_help"] }
3737
clap_builder = { version = "4.5.48", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
38+
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
3839
crossbeam-epoch = { version = "0.9.18" }
3940
crossbeam-utils = { version = "0.8.21" }
4041
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
4142
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
4243
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
4344
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4445
data-encoding = { version = "2.9.0" }
46+
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
4547
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4648
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
4749
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
@@ -174,13 +176,15 @@ chrono = { version = "0.4.42", features = ["serde"] }
174176
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
175177
clap = { version = "4.5.48", features = ["cargo", "derive", "env", "wrap_help"] }
176178
clap_builder = { version = "4.5.48", default-features = false, features = ["cargo", "color", "env", "std", "suggestions", "usage", "wrap_help"] }
179+
const-oid = { version = "0.9.6", default-features = false, features = ["db", "std"] }
177180
crossbeam-epoch = { version = "0.9.18" }
178181
crossbeam-utils = { version = "0.8.21" }
179182
crossterm = { version = "0.28.1", features = ["event-stream", "serde"] }
180183
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
181184
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
182185
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
183186
data-encoding = { version = "2.9.0" }
187+
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
184188
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
185189
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
186190
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)