mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
Bump rand from 0.8.4 to 0.8.5 (#4917)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.4...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-patch ... 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:
@@ -14,7 +14,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
|
||||
futures-timer = "3.0.2"
|
||||
rand = "0.8.4"
|
||||
rand = "0.8.5"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -18,7 +18,7 @@ futures-timer = "3.0.2"
|
||||
slotmap = "1.0"
|
||||
tracing = "0.1.30"
|
||||
pin-project = "1.0.9"
|
||||
rand = "0.8.3"
|
||||
rand = "0.8.5"
|
||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
||||
polkadot-parachain = { path = "../../../parachain" }
|
||||
polkadot-core-primitives = { path = "../../../core-primitives" }
|
||||
|
||||
@@ -17,7 +17,7 @@ polkadot-node-primitives = { path = "../../primitives" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master", features = ["std"] }
|
||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
thiserror = "1.0.30"
|
||||
rand = "0.8.3"
|
||||
rand = "0.8.5"
|
||||
derive_more = "0.99.17"
|
||||
lru = "0.7.2"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
lru = "0.7.2"
|
||||
rand = "0.8.3"
|
||||
rand = "0.8.5"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ polkadot-primitives = { path = "../../../primitives" }
|
||||
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
rand = { version = "0.8.3", default-features = false }
|
||||
rand = { version = "0.8.5", default-features = false }
|
||||
rand_chacha = { version = "0.3.1", default-features = false }
|
||||
tracing = "0.1.30"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ futures = "0.3.21"
|
||||
itertools = "0.10"
|
||||
parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] }
|
||||
pin-project = "1.0.9"
|
||||
rand = "0.8.3"
|
||||
rand = "0.8.5"
|
||||
thiserror = "1.0.30"
|
||||
tracing = "0.1.30"
|
||||
derive_more = "0.99.17"
|
||||
|
||||
@@ -9,7 +9,7 @@ futures = "0.3.21"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
hex = "0.4.3"
|
||||
tracing = "0.1.30"
|
||||
rand = "0.8.3"
|
||||
rand = "0.8.5"
|
||||
tempfile = "3.2.0"
|
||||
tokio = "1.16.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user