From e0906d478b0033bc8374f2b230acaf811e5c8bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:35:18 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8.5 to 0.9.0 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xp-bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xp-bot/Cargo.toml b/xp-bot/Cargo.toml index cd02416..17c8677 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -31,6 +31,6 @@ tokio = { version = "1", features = ["full"] } base64 = "0.22.1" chrono = "0.4.26" serde_json = "1.0.104" -rand = "0.8.5" +rand = "0.9.0" chrono-humanize = "0.2.3" regex = "1.9.4"