From 5ffeaa4f4219db5338742fa6faa8216e30181f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 11:51:25 +0000 Subject: [PATCH] Bump serde from 1.0.137 to 1.0.139 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.139. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.137...v1.0.139) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- integration-tests/Cargo.toml | 2 +- pallets/fees-split/Cargo.toml | 2 +- runtime/arctic/Cargo.toml | 2 +- runtime/frost/Cargo.toml | 2 +- runtime/snow/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dedb1b5e..5d7a193b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10449,18 +10449,18 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" [[package]] name = "serde" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47" +checksum = "0171ebb889e45aa68b44aee0859b3eede84c6f5f5c228e6f140c0b2a0a46cad6" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.138" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c" +checksum = "dc1d3230c1de7932af58ad8ffbe1d784bd55efd5a9d84ac24f69c72d83543dfb" dependencies = [ "proc-macro2", "quote", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 1f85afdf..01228a44 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = [ "derive", ] } -serde = { version = "1.0.138", optional = true, features = ["derive"] } +serde = { version = "1.0.139", optional = true, features = ["derive"] } frame-support = { branch = "polkadot-v0.9.24", default-features = false, git = "https://github.com/paritytech/substrate" } frame-system = { branch = "polkadot-v0.9.24", default-features = false, package = "frame-system", git = "https://github.com/paritytech/substrate" } diff --git a/pallets/fees-split/Cargo.toml b/pallets/fees-split/Cargo.toml index 3c43ae1c..b570caee 100644 --- a/pallets/fees-split/Cargo.toml +++ b/pallets/fees-split/Cargo.toml @@ -11,7 +11,7 @@ description = "FRAME pallet for runtime configuration" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } -serde = { version = "1.0.138", features = [ "derive" ], optional = true } +serde = { version = "1.0.139", features = [ "derive" ], optional = true } frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" } frame-system = { default-features = false, package = "frame-system", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" } diff --git a/runtime/arctic/Cargo.toml b/runtime/arctic/Cargo.toml index 2485739a..eddad3b5 100644 --- a/runtime/arctic/Cargo.toml +++ b/runtime/arctic/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] } -serde = { version = "1.0.138", optional = true, features = ["derive"] } +serde = { version = "1.0.139", optional = true, features = ["derive"] } scale-info = { version = "2.1.0", default-features = false, features = ["derive"] } smallvec = "1.9.0" static_assertions = "1.1.0" diff --git a/runtime/frost/Cargo.toml b/runtime/frost/Cargo.toml index a66aa360..a1c7159f 100644 --- a/runtime/frost/Cargo.toml +++ b/runtime/frost/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -serde = { version = "1.0.138", optional = true, features = ["derive"] } +serde = { version = "1.0.139", optional = true, features = ["derive"] } scale-info = { version = "2.0.1", default-features = false, features = ["derive"] } smallvec = "1.9.0" static_assertions = "1.1.0" diff --git a/runtime/snow/Cargo.toml b/runtime/snow/Cargo.toml index 4984cfec..ca2d912f 100644 --- a/runtime/snow/Cargo.toml +++ b/runtime/snow/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] } -serde = { version = "1.0.138", optional = true, features = ["derive"] } +serde = { version = "1.0.139", optional = true, features = ["derive"] } scale-info = { version = "2.1.0", default-features = false, features = ["derive"] } smallvec = "1.9.0" static_assertions = "1.1.0"