Skip to content

Commit 9ad5238

Browse files
authored
chore: remove min deps after msrv (#1143)
1 parent 166c96f commit 9ad5238

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

crates/cdk/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ http_subscription = []
2424
prometheus = ["dep:cdk-prometheus"]
2525

2626
[dependencies]
27+
arc-swap = "1.7.1"
2728
cdk-common.workspace = true
2829
cbor-diag.workspace = true
2930
async-trait.workspace = true
@@ -51,10 +52,6 @@ nostr-sdk = { optional = true, version = "0.43.0", default-features = false, fea
5152
]}
5253
cdk-prometheus = {workspace = true, optional = true}
5354
web-time.workspace = true
54-
# -Z minimal-versions
55-
sync_wrapper = "0.1.2"
56-
bech32 = "0.9.1"
57-
arc-swap = "1.7.1"
5855
zeroize = "1"
5956
tokio-util.workspace = true
6057

0 commit comments

Comments
 (0)