Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit bdba8c3

Browse files
Bump rand from 0.8.2 to 0.8.3 (#2335)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.8.3. - [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/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 231a550 commit bdba8c3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/network/availability-recovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77
[dependencies]
88
futures = "0.3.12"
99
lru = "0.6.1"
10-
rand = "0.7.3"
10+
rand = "0.8.3"
1111
thiserror = "1.0.21"
1212
tracing = "0.1.22"
1313
tracing-futures = "0.2.4"

node/test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ futures01 = { package = "futures", version = "0.1.29" }
1010
hex = "0.4.2"
1111
tracing = "0.1.22"
1212
tracing-futures = "0.2.4"
13-
rand = "0.8.2"
13+
rand = "0.8.3"
1414
tempfile = "3.2.0"
1515

1616
# Polkadot dependencies

runtime/parachains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ xcm-executor = { package = "xcm-executor", path = "../../xcm/xcm-executor", defa
3939
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
4040
libsecp256k1 = { version = "0.3.5", default-features = false, optional = true }
4141

42-
rand = { version = "0.8.2", default-features = false }
42+
rand = { version = "0.8.3", default-features = false }
4343
rand_chacha = { version = "0.3.0", default-features = false }
4444

4545
[dev-dependencies]

0 commit comments

Comments
 (0)