Skip to content

Commit 8d7e297

Browse files
authored
Bump and unify serde versions. (#403)
1 parent b2d5938 commit 8d7e297

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

auction/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Acala Developers"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

authority/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Acala Developers"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

benchmarking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
paste = "0.1.16"
1313
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1414
sp-api = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

currencies/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

gradually-update/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

nft/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Acala Developers"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

oracle/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

rewards/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Acala Developers"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

tokens/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-std = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

traits/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

utilities/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
frame-support = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
@@ -18,7 +18,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1",
1818
funty = { version = "=1.1.0", default-features = false } # https://github.com/bitvecto-rs/bitvec/issues/105
1919

2020
[dev-dependencies]
21-
serde_json = "1.0.53"
21+
serde_json = "1.0.64"
2222
frame-system = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1" }
2323

2424
[features]

vesting/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <[email protected]>"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

xtokens/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Acala Developers"]
88
edition = "2018"
99

1010
[dependencies]
11-
serde = { version = "1.0.111", optional = true }
11+
serde = { version = "1.0.124", optional = true }
1212
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
1313
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }
1414
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-v1", default-features = false }

0 commit comments

Comments
 (0)