From e3b369cf1fde2f79a0d4a55a14bad2ea42cb54ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 13:32:57 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.144 to 1.0.152 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.152. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.152) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- integration-tests/bifrost-kusama/Cargo.toml | 2 +- integration-tests/bifrost-polkadot/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/service/Cargo.toml | 2 +- pallets/asset-registry/Cargo.toml | 2 +- pallets/call-switchgear/Cargo.toml | 2 +- pallets/lightening-redeem/Cargo.toml | 2 +- pallets/liquidity-mining/Cargo.toml | 2 +- pallets/parachain-staking/Cargo.toml | 2 +- pallets/slp/Cargo.toml | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8af4a91e35..04a84130ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8476,9 +8476,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.43" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] @@ -10370,18 +10370,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.144" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" +checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.144" +version = "1.0.152" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00" +checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" dependencies = [ "proc-macro2", "quote", @@ -11576,9 +11576,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.100" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e" +checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" dependencies = [ "proc-macro2", "quote", diff --git a/integration-tests/bifrost-kusama/Cargo.toml b/integration-tests/bifrost-kusama/Cargo.toml index 3a3a294af6..38efe1a9bb 100644 --- a/integration-tests/bifrost-kusama/Cargo.toml +++ b/integration-tests/bifrost-kusama/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" # third-party dependencies codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } log = { version = "0.4.17" } -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } static_assertions = "1.1.0" hex = { version = "0.4", optional = true } hex-literal = { version = "0.3.4" } diff --git a/integration-tests/bifrost-polkadot/Cargo.toml b/integration-tests/bifrost-polkadot/Cargo.toml index 457ad23c50..ebc063128c 100644 --- a/integration-tests/bifrost-polkadot/Cargo.toml +++ b/integration-tests/bifrost-polkadot/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" # third-party dependencies codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } log = { version = "0.4.17" } -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } static_assertions = "1.1.0" hex = { version = "0.4", optional = true } hex-literal = { version = "0.3.4" } diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index e29addeeab..a2968ee117 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -12,7 +12,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.1.2", default-features = false, features = [ "derive", ] } -serde = { version = "1.0.143", optional = true, features = ["derive"] } +serde = { version = "1.0.152", optional = true, features = ["derive"] } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index e0f50aa4ca..13af46b580 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -77,7 +77,7 @@ parachain-staking = { path = "../../pallets/parachain-staking", default-features # External Crates hex-literal = "0.3.4" -serde = { version = "1.0.143", features = ["derive"] } +serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.83" log = '0.4' diff --git a/pallets/asset-registry/Cargo.toml b/pallets/asset-registry/Cargo.toml index 24516ed1b7..b6d9b64fd4 100644 --- a/pallets/asset-registry/Cargo.toml +++ b/pallets/asset-registry/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] log = { version = "0.4.17", default-features = false } -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } diff --git a/pallets/call-switchgear/Cargo.toml b/pallets/call-switchgear/Cargo.toml index 2aaab62918..eb4a0fbdfa 100644 --- a/pallets/call-switchgear/Cargo.toml +++ b/pallets/call-switchgear/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Herry Ho "] edition = "2021" [dependencies] -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", default-features = false } diff --git a/pallets/lightening-redeem/Cargo.toml b/pallets/lightening-redeem/Cargo.toml index d75626824f..873f0c3fc7 100644 --- a/pallets/lightening-redeem/Cargo.toml +++ b/pallets/lightening-redeem/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.2", default-features = false, features = ["derive"] } -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } orml-traits = { version = "0.4.1-dev", default-features = false } orml-tokens = { version = "0.4.1-dev", default-features = false } node-primitives = { path = "../../node/primitives", default-features = false } diff --git a/pallets/liquidity-mining/Cargo.toml b/pallets/liquidity-mining/Cargo.toml index 130569d53b..02a00e8664 100644 --- a/pallets/liquidity-mining/Cargo.toml +++ b/pallets/liquidity-mining/Cargo.toml @@ -16,7 +16,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v node-primitives = { path = "../../node/primitives", default-features = false } orml-traits = { version = "0.4.1-dev", default-features = false } log = { version = "0.4.17", default-features = false } -serde = { version = "1.0.143", optional = true, features = ["derive"] } +serde = { version = "1.0.152", optional = true, features = ["derive"] } [dev-dependencies] sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28" } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 1ebc9a2c70..18a7fd61f2 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -7,7 +7,7 @@ version = "3.0.1" [dependencies] log = "0.4.17" -serde = { version = "1.0.140", optional = true } +serde = { version = "1.0.152", optional = true } # Substrate frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.28", optional = true, default-features = false } diff --git a/pallets/slp/Cargo.toml b/pallets/slp/Cargo.toml index cecef04826..b7b00d8ce2 100644 --- a/pallets/slp/Cargo.toml +++ b/pallets/slp/Cargo.toml @@ -14,7 +14,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = scale-info = { version = "2.1.2", default-features = false, features = [ "derive", ] } -serde = { version = "1.0.143", optional = true } +serde = { version = "1.0.152", optional = true } orml-traits = { version = "0.4.1-dev", default-features = false } orml-tokens = { version = "0.4.1-dev", default-features = false } orml-currencies = { version = "0.4.1-dev", default-features = false }