We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base64
1 parent ce3c8d0 commit 2423323Copy full SHA for 2423323
crates/nostr-relay-builder/Cargo.toml
@@ -26,7 +26,7 @@ tokio = { workspace = true, features = ["macros", "net", "sync"] }
26
tracing.workspace = true
27
28
[dev-dependencies]
29
-base64 = "0.22"
+base64.workspace = true
30
hyper = { version = "1.6", features = ["server", "http1"] }
31
hyper-util = { version = "0.1", features = ["tokio"] }
32
tracing-subscriber = { workspace = true, features = ["env-filter"] }
0 commit comments