Skip to content

Commit

Permalink
use latest jsonrpc-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Jan 29, 2024
1 parent 200c85d commit 8ec791b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.114.0-pre" }
ckb-constant = { path = "../util/constant", version = "= 0.114.0-pre" }
jsonrpc-core = "18.0"
serde_json = "1.0"
jsonrpc-utils = { version = "0.2.4", features = ["server", "macros", "axum"] }
jsonrpc-utils = { version = "0.2.6", features = ["server", "macros", "axum"] }
ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.114.0-pre" }
ckb-verification = { path = "../verification", version = "= 0.114.0-pre" }
ckb-verification-traits = { path = "../verification/traits", version = "= 0.114.0-pre" }
Expand All @@ -42,14 +42,14 @@ ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.114.0-pre" }
itertools.workspace = true
tokio = "1"
async-trait = "0.1"
axum = "0.6.1"
axum = "0.6.20"
tokio-util = { version = "0.7.3", features = ["codec"] }
futures-util = { version = "0.3.21" }
tower-http = { version = "0.3.5", features = ["timeout", "cors"] }
async-stream = "0.3.3"
ckb-async-runtime = { path = "../util/runtime", version = "= 0.114.0-pre" }
# issue tracking: https://github.com/GREsau/schemars/pull/251
schemars = { git = "https://github.com/chenyukang/schemars", branch = "fix-derive" }
#schemars = "0.8.15"

[dev-dependencies]
reqwest = { version = "=0.11.20", features = ["blocking", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion rpc/src/module/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub trait SubscriptionRpc {
/// * `id` - Subscription ID
///
/// ###### Examples
///
///
/// Unsubscribe Request
///
/// ```json
Expand Down

0 comments on commit 8ec791b

Please sign in to comment.