Skip to content

Commit 0eab8ef

Browse files
committed
Bump utoipa
1 parent 2b5371e commit 0eab8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ serde_json = "1.0.133"
1414
url = "2.5.4"
1515
base32 = "0.5.1"
1616
blake3 = "1.5.4"
17-
utoipa = { version = "5.2.0", optional = true }
17+
utoipa = { git = "https://github.com/juhaku/utoipa", rev = "d522f744259dc4fde5f45d187983fb68c8167029", optional = true }
1818

1919
[dev-dependencies]
20-
pubky = "0.3.0"
21-
pubky-common = "0.1.0"
20+
pubky = { git = "https://github.com/pubky/pubky", rev = "ccbd3ff2f99495d7b5e7cad1bd3a4798be225f0a" }
21+
pubky-common = { git = "https://github.com/pubky/pubky", rev = "ccbd3ff2f99495d7b5e7cad1bd3a4798be225f0a" }
2222
anyhow = "1.0.93"
2323
tokio = { version = "1.41.1", features = ["full"] }
2424

0 commit comments

Comments
 (0)