Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 3777a63

Browse files
committed
Update jsonrpc-core
1 parent 7ee3bb8 commit 3777a63

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "a3c77f
1717
env_logger = "0.5"
1818
failure = "0.1.1"
1919
itertools = "0.7.3"
20-
jsonrpc-core = "8.0.1"
20+
jsonrpc-core = "9"
2121
languageserver-types = "0.51"
2222
lazy_static = "1"
2323
log = "0.4"

src/server/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ mod test {
461461
fn raw_message_parses_valid_jsonrpc_request_with_numeric_id() {
462462
let raw_json = json!({
463463
"jsonrpc": "2.0",
464-
"id": "1",
464+
"id": 1,
465465
"method": "someRpcCall",
466466
}).to_string();
467467

0 commit comments

Comments
 (0)