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.
1 parent 2b5371e commit 0eab8efCopy full SHA for 0eab8ef
Cargo.toml
@@ -14,11 +14,11 @@ serde_json = "1.0.133"
14
url = "2.5.4"
15
base32 = "0.5.1"
16
blake3 = "1.5.4"
17
-utoipa = { version = "5.2.0", optional = true }
+utoipa = { git = "https://github.com/juhaku/utoipa", rev = "d522f744259dc4fde5f45d187983fb68c8167029", optional = true }
18
19
[dev-dependencies]
20
-pubky = "0.3.0"
21
-pubky-common = "0.1.0"
+pubky = { git = "https://github.com/pubky/pubky", rev = "ccbd3ff2f99495d7b5e7cad1bd3a4798be225f0a" }
+pubky-common = { git = "https://github.com/pubky/pubky", rev = "ccbd3ff2f99495d7b5e7cad1bd3a4798be225f0a" }
22
anyhow = "1.0.93"
23
tokio = { version = "1.41.1", features = ["full"] }
24
0 commit comments