Skip to content

Commit 2423323

Browse files
committed
relay-builder: use base64 dep from workspace
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent ce3c8d0 commit 2423323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nostr-relay-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { workspace = true, features = ["macros", "net", "sync"] }
2626
tracing.workspace = true
2727

2828
[dev-dependencies]
29-
base64 = "0.22"
29+
base64.workspace = true
3030
hyper = { version = "1.6", features = ["server", "http1"] }
3131
hyper-util = { version = "0.1", features = ["tokio"] }
3232
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 commit comments

Comments
 (0)