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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Laminar Developers <hello@laminar.one>"]
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)