Skip to content

Commit e26bef8

Browse files
committed
lib: Drop unused crates
Drop the following unused crates in keylime lib: - once_cell - retry-policies - serde_derive - url Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent efe515a commit e26bef8

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Cargo.lock

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

keylime/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ httpdate.workspace = true
2222
libc.workspace = true
2323
keylime-macros.workspace = true
2424
log.workspace = true
25-
once_cell.workspace = true
2625
openssl.workspace = true
2726
pest.workspace = true
2827
pest_derive.workspace = true
2928
rand.workspace = true
3029
reqwest.workspace = true
3130
reqwest-middleware.workspace = true
3231
reqwest-retry.workspace = true
33-
retry-policies.workspace = true
3432
serde.workspace = true
35-
serde_derive.workspace = true
3633
serde_json.workspace = true
3734
static_assertions.workspace = true
3835
tempfile.workspace = true
@@ -41,7 +38,6 @@ tss-esapi.workspace = true
4138
picky-asn1-der.workspace = true
4239
picky-asn1-x509.workspace = true
4340
tokio.workspace = true
44-
url.workspace = true
4541
uuid.workspace = true
4642
zip.workspace = true
4743
zmq = {version = "0.9.2", optional = true}

0 commit comments

Comments
 (0)