Skip to content

Commit

Permalink
align dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Oct 27, 2023
1 parent 1142a9f commit e73bcc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 41 deletions.
52 changes: 18 additions & 34 deletions Cargo.lock

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

9 changes: 2 additions & 7 deletions system-parachains/encointer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ edition = "2021"
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [
"derive",
] }
hex-literal = { version = "0.3.1", optional = true }
log = { version = "0.4.19", default-features = false }
hex-literal = { version = "0.4.1", optional = true }
log = { version = "0.4.20", default-features = false }
scale-info = { version = "2.9.0", default-features = false, features = [
"derive",
] }
serde = { version = "1.0.171", default-features = false, optional = true, features = [
"derive",
] }

# encointer deps
encointer-balances-tx-payment = { default-features = false, version = "1.0.0" }
Expand Down Expand Up @@ -126,7 +123,6 @@ runtime-benchmarks = [
std = [
"codec/std",
"scale-info/std",
"serde",
"log/std",
"sp-api/std",
"sp-std/std",
Expand Down Expand Up @@ -169,7 +165,6 @@ std = [
"xcm-executor/std",
"pallet-aura/std",
"sp-consensus-aura/std",
"serde/std",
# encointer
"encointer-balances-tx-payment/std",
"encointer-balances-tx-payment-rpc-runtime-api/std",
Expand Down

0 comments on commit e73bcc2

Please sign in to comment.