Skip to content

Commit af6076c

Browse files
Bump rand from 0.7.3 to 0.8.3 in /exonum-java-binding/core/rust
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 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-preview[bot] <[email protected]>
1 parent d029203 commit af6076c

File tree

2 files changed

+64
-7
lines changed

2 files changed

+64
-7
lines changed

exonum-java-binding/core/rust/Cargo.lock

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

exonum-java-binding/core/rust/integration_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ futures = "0.3"
1616
# Specify the "resource-manager" feature explicitly to prevent issues with linking (see ECR-2855)
1717
java_bindings = { path = "..", features = ["resource-manager"] }
1818
lazy_static = "1.3"
19-
rand = "0.7"
19+
rand = "0.8"
2020
serde = { version = "1.0", features = ["serde_derive"] }

0 commit comments

Comments
 (0)