Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mku-blockid-headerb…
Browse files Browse the repository at this point in the history
…ackend-header
  • Loading branch information
parity-processbot committed Dec 20, 2022
2 parents bc5215b + f621351 commit 8ccf7ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.59"
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
dyn-clone = "1.0.9"
dyn-clone = "1.0.10"
futures = "0.3.25"
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion client/relay-chain-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
tokio = { version = "1.21.2", features = ["sync"] }
futures = "0.3.25"
async-trait = "0.1.59"
thiserror = "1.0.37"
thiserror = "1.0.38"
jsonrpsee-core = "0.16.2"
parity-scale-codec = "3.2.1"
2 changes: 1 addition & 1 deletion pallets/parachain-system/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
syn = "1.0.105"
proc-macro2 = "1.0.47"
quote = "1.0.21"
quote = "1.0.23"
proc-macro-crate = "1.2.1"

[features]
Expand Down

0 comments on commit 8ccf7ba

Please sign in to comment.