Skip to content

Commit d72394c

Browse files
Bump finality-grandpa from 0.16.1 to 0.16.2
Bumps [finality-grandpa](https://github.com/paritytech/finality-grandpa) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/paritytech/finality-grandpa/releases) - [Commits](paritytech/finality-grandpa@v0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: finality-grandpa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5414760 commit d72394c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

modules/grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
99

1010
[dependencies]
1111
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false }
12-
finality-grandpa = { version = "0.16.0", default-features = false }
12+
finality-grandpa = { version = "0.16.2", default-features = false }
1313
log = { version = "0.4.17", default-features = false }
1414
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
1515

primitives/header-chain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88

99
[dependencies]
1010
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false }
11-
finality-grandpa = { version = "0.16.0", default-features = false }
11+
finality-grandpa = { version = "0.16.2", default-features = false }
1212
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
1313
serde = { version = "1.0", optional = true }
1414

primitives/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
99
bp-header-chain = { path = "../header-chain", default-features = false }
1010
codec = { package = "parity-scale-codec", version = "3.1.5", default-features = false }
1111
ed25519-dalek = { version = "1.0", default-features = false, features = ["u64_backend"] }
12-
finality-grandpa = { version = "0.16.0", default-features = false }
12+
finality-grandpa = { version = "0.16.2", default-features = false }
1313
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
1414
sp-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
1515
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }

relays/bin-substrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ bp-test-utils = { path = "../../primitives/test-utils" }
6666
hex-literal = "0.3"
6767
sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" }
6868
tempfile = "3.4"
69-
finality-grandpa = { version = "0.16.0" }
69+
finality-grandpa = { version = "0.16.2" }

relays/lib-substrate-relay/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bp-polkadot-core = { path = "../../primitives/polkadot-core" }
2424
bp-relayers = { path = "../../primitives/relayers" }
2525
bridge-runtime-common = { path = "../../bin/runtime-common" }
2626

27-
finality-grandpa = { version = "0.16.0" }
27+
finality-grandpa = { version = "0.16.2" }
2828
finality-relay = { path = "../finality" }
2929
parachains-relay = { path = "../parachains" }
3030
relay-utils = { path = "../utils" }

0 commit comments

Comments
 (0)