Skip to content

Commit 778657e

Browse files
committed
clnrest: change utoipa to my GH branch with daywalker90's deterministic PR merged.
Signed-off-by: Rusty Russell <[email protected]>
1 parent b1c29ca commit 778657e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/rest-plugin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ rcgen = "0.13"
2626
hyper = "1"
2727
tower= "0.5"
2828
tower-http = { version = "0.6", features = ["cors", "set-header"] }
29-
utoipa = { version = "5", features = ['axum_extras'] }
29+
utoipa = { git = "https://github.com/rustyrussell/utoipa.git", features = ['axum_extras'] }
3030

3131
log-panics = "2"
3232
socketioxide = "0.15"
3333

3434
cln-plugin = { version = "0.5", path = "../../plugins" }
3535
cln-rpc = { version = "0.5", path = "../../cln-rpc" }
36-
utoipa-swagger-ui = { version = "9.0.0", features = ["vendored", "axum"] }
36+
utoipa-swagger-ui = { git = "https://github.com/rustyrussell/utoipa.git", features = ["vendored", "axum"] }
3737

0 commit comments

Comments
 (0)