Skip to content

Commit 5da9d60

Browse files
build(deps): bump getrandom from 0.2.5 to 0.2.6
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ae75cb commit 5da9d60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

bin/node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ log = "0.4.8"
3636
rand = "0.8.5"
3737
structopt = { version = "0.3.8", optional = true }
3838
parking_lot = "0.12.0"
39-
getrandom = { version = "0.2.5", features = ["js"] }
39+
getrandom = { version = "0.2.6", features = ["js"] }
4040

4141
# primitives
4242
sp-authority-discovery = { version = "4.0.0-dev", git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9" }

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "2.2.0", default-features =
1818
log = { version = "0.4.14", default-features = false }
1919
static_assertions = "1.1.0"
2020
hex-literal = { version = "0.3.4", optional = true }
21-
getrandom = { version = "0.2.5", features = ["js"] }
21+
getrandom = { version = "0.2.6", features = ["js"] }
2222

2323
# primitives
2424
sp-authority-discovery = { default-features = false, git = "https://github.com/RealisNetwork/substrate", branch = "polkadot-v0.9.9" }

0 commit comments

Comments
 (0)