Skip to content

Commit cf1a92c

Browse files
plugin: Change utoipa source
Changelog-None.
1 parent 23b4d99 commit cf1a92c

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

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)