From 9c7ea5ef7e8dc1354e29ee09927d5d00b7b89888 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 27 Feb 2023 03:12:33 +0000
Subject: [PATCH] Bump rand from 0.7.3 to 0.8.5

Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 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.7.3...0.8.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 bridges/relays/client-substrate/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridges/relays/client-substrate/Cargo.toml b/bridges/relays/client-substrate/Cargo.toml
index 49201defdd1..b8b7e79e352 100644
--- a/bridges/relays/client-substrate/Cargo.toml
+++ b/bridges/relays/client-substrate/Cargo.toml
@@ -13,7 +13,7 @@ futures = "0.3.26"
 jsonrpsee = { version = "0.15", features = ["macros", "ws-client"] }
 log = "0.4.17"
 num-traits = "0.2"
-rand = "0.7"
+rand = "0.8"
 scale-info = { version = "2.1.1", features = ["derive"] }
 tokio = { version = "1.25", features = ["rt-multi-thread"] }
 thiserror = "1.0.26"
-- 
GitLab