Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Sep 4, 2024
1 parent 9c068fb commit 399f00f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 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.

6 changes: 3 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ branch = "polkadot-v0.9.29"

[dependencies.pallet-elections-phragmen]
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.dock-staking-rewards]
path = "../pallets/staking-rewards"
Expand All @@ -528,7 +528,7 @@ rev = "dc50c3d973d1f53434c7a03e426faa9c20062f60"

[dependencies.dock-price-feed-rpc]
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.dock-staking-rewards-rpc]
path = "../pallets/staking-rewards/rpc"
Expand All @@ -538,7 +538,7 @@ path = "../pallets/core/rpc"

[dependencies.pallet-staking]
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.fp-consensus]
git = "https://github.com/docknetwork/frontier.git"
Expand Down
2 changes: 1 addition & 1 deletion pallets/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-features = false

[dependencies.utils]
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"
default-features = false

[dependencies.scale-info]
Expand Down
2 changes: 1 addition & 1 deletion pallets/staking-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ branch = "polkadot-v0.9.29"
[dependencies.pallet-staking]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.pallet-staking-reward-curve]
default-features = false
Expand Down
12 changes: 6 additions & 6 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hex = { version = "0.4", default-features = false }

[dependencies.utils]
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"
default-features = false

[dependencies.pallet-babe]
Expand Down Expand Up @@ -292,7 +292,7 @@ branch = "polkadot-v0.9.29"
[dependencies.pallet-collective]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.pallet-membership]
default-features = false
Expand Down Expand Up @@ -332,7 +332,7 @@ branch = "polkadot-v0.9.29"
[dependencies.pallet-staking]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.pallet-staking-reward-curve]
default-features = false
Expand Down Expand Up @@ -367,12 +367,12 @@ branch = "polkadot-v0.9.29"
[dependencies.pallet-democracy]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.pallet-elections-phragmen]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.hex-literal]
version = "0.3.4"
Expand Down Expand Up @@ -463,7 +463,7 @@ path = "../pallets/agreement"
[dependencies.dock-price-feed]
default-features = false
git = "https://github.com/docknetwork/dock-substrate-common.git"
rev = "49c162eb87c85631376fb95dc04e48dde845ba1c"
rev = "5735cdc0d4ad2cdc402043942a7c1ec2ad3bb1fb"

[dependencies.libsecp256k1]
version = "0.7"
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dock-pos-dev-runtime"),
impl_name: create_runtime_str!("Dock"),
authoring_version: 1,
spec_version: 62,
spec_version: 63,
impl_version: 2,
transaction_version: 2,
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 399f00f

Please sign in to comment.