Skip to content

Commit e0c063e

Browse files
committed
Prune and sort dependencies
1 parent 74d7bfc commit e0c063e

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

credsd/Cargo.lock

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

credsd/Cargo.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@ license = "LGPL-3.0-only"
99
lto = true
1010

1111
[dependencies]
12+
async-stream = "0.3.6"
13+
async-trait = "0.1.88"
1214
base64 = "0.22.1"
1315
creds-lib = { path = "../creds-lib" }
16+
futures-lite = "2.6.0"
17+
libwebauthn = "~0.2.2"
1418
openssl = "0.10.72"
1519
ring = "0.17.14"
20+
rustls = { version = "0.23.27", default-features = false, features = ["std", "tls12", "ring", "log", "logging", "prefer-post-quantum"] }
1621
serde = { version = "1.0.219", features = ["derive"] }
1722
serde_json = "1.0.140"
18-
# serde_cbor = "0.11.1"
23+
tokio = { version = "1.45.0", features = ["rt-multi-thread"] }
1924
tracing = "0.1.41"
2025
tracing-subscriber = "0.3"
2126
zbus = { version = "5.9.0", default-features = false, features = ["tokio"] }
22-
libwebauthn = "~0.2.2"
23-
async-trait = "0.1.88"
24-
tokio = { version = "1.45.0", features = ["rt-multi-thread"] }
25-
futures-lite = "2.6.0"
26-
27-
# this is temporary until we move COSE -> Vec<u8> serialization methods into libwebauthn
28-
cosey = "0.3.2"
29-
rustls = { version = "0.23.27", default-features = false, features = ["std", "tls12", "ring", "log", "logging", "prefer-post-quantum"] }
30-
async-stream = "0.3.6"
3127

3228
[dev-dependencies]
3329
gio = "0.21.0"

0 commit comments

Comments
 (0)