mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Bump platforms from 2.0.0 to 3.0.2 (#13625)
Bumps [platforms](https://github.com/rustsec/rustsec) from 2.0.0 to 3.0.2. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/compare/platforms/v2.0.0...platforms/v3.0.2) --- updated-dependencies: - dependency-name: platforms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+3
-9
@@ -1699,7 +1699,7 @@ dependencies = [
|
||||
"cfg-if",
|
||||
"fiat-crypto",
|
||||
"packed_simd_2",
|
||||
"platforms 3.0.2",
|
||||
"platforms",
|
||||
"subtle",
|
||||
"zeroize",
|
||||
]
|
||||
@@ -5264,7 +5264,7 @@ dependencies = [
|
||||
"pallet-timestamp",
|
||||
"pallet-transaction-payment",
|
||||
"parity-scale-codec",
|
||||
"platforms 2.0.0",
|
||||
"platforms",
|
||||
"rand 0.8.5",
|
||||
"regex",
|
||||
"sc-authority-discovery",
|
||||
@@ -7754,12 +7754,6 @@ version = "0.3.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
||||
|
||||
[[package]]
|
||||
name = "platforms"
|
||||
version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"
|
||||
|
||||
[[package]]
|
||||
name = "platforms"
|
||||
version = "3.0.2"
|
||||
@@ -11633,7 +11627,7 @@ dependencies = [
|
||||
name = "substrate-build-script-utils"
|
||||
version = "3.0.0"
|
||||
dependencies = [
|
||||
"platforms 2.0.0",
|
||||
"platforms",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -122,7 +122,7 @@ assert_cmd = "2.0.2"
|
||||
nix = { version = "0.26.1", features = ["signal"] }
|
||||
serde_json = "1.0"
|
||||
regex = "1.6.0"
|
||||
platforms = "2.0"
|
||||
platforms = "3.0"
|
||||
soketto = "0.7.1"
|
||||
criterion = { version = "0.4.0", features = ["async_tokio"] }
|
||||
tokio = { version = "1.22.0", features = ["macros", "time", "parking_lot"] }
|
||||
|
||||
@@ -13,4 +13,4 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
platforms = "2.0"
|
||||
platforms = "3.0"
|
||||
|
||||
Reference in New Issue
Block a user