From bad798baf6fd848ec5951deccabf9ed8ac2f0707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 10:22:19 +0000 Subject: [PATCH] Bump serde from 1.0.136 to 1.0.147 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.147. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.147) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- node/opportunity/Cargo.toml | 2 +- node/standard/Cargo.toml | 2 +- pallets/asset-registry/Cargo.toml | 2 +- pallets/chainbridge/Cargo.toml | 2 +- pallets/market/Cargo.toml | 2 +- pallets/oracle/Cargo.toml | 2 +- pallets/vault/Cargo.toml | 2 +- runtime/opportunity/Cargo.toml | 2 +- runtime/standard/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b877019..a23d6949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10238,18 +10238,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.136" +version = "1.0.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789" +checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.136" +version = "1.0.147" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9" +checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852" dependencies = [ "proc-macro2", "quote", diff --git a/node/opportunity/Cargo.toml b/node/opportunity/Cargo.toml index 54108180..d82c9ba9 100644 --- a/node/opportunity/Cargo.toml +++ b/node/opportunity/Cargo.toml @@ -34,7 +34,7 @@ clap = { version = "3.1.6", features = ["derive"] } rand = "0.7.2" structopt = "0.3.8" codec = { package = "parity-scale-codec", version = "3.0.0" } -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.147", features = ["derive"] } serde_json = { version = "1.0" } futures = "0.3.4" diff --git a/node/standard/Cargo.toml b/node/standard/Cargo.toml index 093dcc20..102116ff 100644 --- a/node/standard/Cargo.toml +++ b/node/standard/Cargo.toml @@ -29,7 +29,7 @@ runtime-benchmarks = ["standard-runtime/runtime-benchmarks"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0" } -serde = { version = "1.0.136", features = ["derive"] } +serde = { version = "1.0.147", features = ["derive"] } serde_json = { version = "1.0" } clap = { version = "3.1.6", features = ["derive"] } hex-literal = "0.3.4" diff --git a/pallets/asset-registry/Cargo.toml b/pallets/asset-registry/Cargo.toml index e27aad9e..b9f7f9c8 100644 --- a/pallets/asset-registry/Cargo.toml +++ b/pallets/asset-registry/Cargo.toml @@ -17,7 +17,7 @@ wasm-builder-runner = {package = "substrate-wasm-builder-runner", version = "1.0 [dependencies] codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"]} primitive-types = {default-features = false, version = "0.11.1" } -serde = {features = ["derive"], optional = true, version = "1.0.136" } +serde = {features = ["derive"], optional = true, version = "1.0.147" } primitives = {path = "../../primitives", default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/pallets/chainbridge/Cargo.toml b/pallets/chainbridge/Cargo.toml index 09a8c469..6144f834 100644 --- a/pallets/chainbridge/Cargo.toml +++ b/pallets/chainbridge/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" [dependencies] # third-party dependencies codec = { package = "parity-scale-codec", version = "3.1.2", default-features = false, features = ["derive"] } -serde = { version = "1.0.136", optional = true, default-features = false } +serde = { version = "1.0.147", optional = true, default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } # primitives diff --git a/pallets/market/Cargo.toml b/pallets/market/Cargo.toml index a3342e52..4cb402bf 100644 --- a/pallets/market/Cargo.toml +++ b/pallets/market/Cargo.toml @@ -12,7 +12,7 @@ version = "4.0.0-dev" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -serde = { version = "1.0.136", optional = true } +serde = { version = "1.0.147", optional = true } codec = { package = "parity-scale-codec", version = "3.1.2", features = ["derive"], default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/pallets/oracle/Cargo.toml b/pallets/oracle/Cargo.toml index abe67102..ad37ed88 100644 --- a/pallets/oracle/Cargo.toml +++ b/pallets/oracle/Cargo.toml @@ -12,7 +12,7 @@ version = "4.0.0-dev" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -serde = { version = "1.0.136", optional = true, features = ["derive"] } +serde = { version = "1.0.147", optional = true, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/pallets/vault/Cargo.toml b/pallets/vault/Cargo.toml index 40091f74..daa0fdfc 100644 --- a/pallets/vault/Cargo.toml +++ b/pallets/vault/Cargo.toml @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] -serde = { version = "1.0.136", optional = true } +serde = { version = "1.0.147", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } diff --git a/runtime/opportunity/Cargo.toml b/runtime/opportunity/Cargo.toml index 1c4c93e8..4167fe01 100644 --- a/runtime/opportunity/Cargo.toml +++ b/runtime/opportunity/Cargo.toml @@ -16,7 +16,7 @@ substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/pari [dependencies] parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } -serde = { version = "1.0.136", optional = true, features = ["derive"] } +serde = { version = "1.0.147", optional = true, features = ["derive"] } hex-literal = { version = "0.3.4", optional = true } smallvec = "1.8.0" static_assertions = "1.1.0" diff --git a/runtime/standard/Cargo.toml b/runtime/standard/Cargo.toml index 9b886bcf..cfca8254 100644 --- a/runtime/standard/Cargo.toml +++ b/runtime/standard/Cargo.toml @@ -18,7 +18,7 @@ substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/pari hex-literal = { version = "0.3.4", optional = true } parity-scale-codec = { version = "3.0.0", default-features = false, features = ["derive"] } log = { version = "0.4.14", default-features = false } -serde = { version = "1.0.136", optional = true, features = ["derive"] } +serde = { version = "1.0.147", optional = true, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } smallvec = "1.8.0"