diff --git a/Cargo.lock b/Cargo.lock index 1607d1a0..c3c5b50b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -420,9 +420,9 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.58" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" +checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1" dependencies = [ "proc-macro2", "quote", @@ -12627,7 +12627,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.3", "rand 0.8.5", "static_assertions", diff --git a/node/Cargo.toml b/node/Cargo.toml index 16bf0feb..836b7870 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } structopt = "0.3.8" -async-trait = "0.1.57" +async-trait = "0.1.63" serde = { version = "1.0", features = [ "derive" ] } clap = { version = "3.2", features = ["derive"] } jsonrpc-pubsub = "18.0.0"