update jsonrpsee to fix a allow(dead_code) (#8302)

This commit is contained in:
Niklas Adolfsson
2021-03-09 14:42:53 +01:00
committed by GitHub
parent a49210693b
commit 0dc9750026
3 changed files with 6 additions and 9 deletions
@@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
jsonrpsee-http-client = { version = "0.2.0-alpha", default-features = false, features = ["tokio02"] }
# Needed by jsonrpsee-proc-macros: https://github.com/paritytech/jsonrpsee/issues/214
jsonrpsee-types = "0.2.0-alpha"
jsonrpsee-proc-macros = "0.2.0-alpha"
jsonrpsee-types = "0.2.0-alpha.2"
jsonrpsee-proc-macros = "0.2.0-alpha.2"
hex-literal = "0.3.1"
env_logger = "0.8.2"
@@ -101,9 +101,6 @@
//! }
//! ```
// jsonrpsee_proc_macros generates faulty warnings: https://github.com/paritytech/jsonrpsee/issues/106
#![allow(dead_code)]
use std::{
fs,
path::{Path, PathBuf},