From 0e205decb8e4493fb9dfeeb364e88824947e5e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:10:48 +0000 Subject: [PATCH] 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] --- tower-sessions-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tower-sessions-core/Cargo.toml b/tower-sessions-core/Cargo.toml index eb8f7ca..4c7c894 100644 --- a/tower-sessions-core/Cargo.toml +++ b/tower-sessions-core/Cargo.toml @@ -22,7 +22,7 @@ futures = { version = "0.3.28", default-features = false, features = [ ] } http = "1.0" parking_lot = { version = "0.12.1", features = ["serde"] } -rand = "0.8.5" +rand = "0.9.0" serde = { version = "1.0.189", features = ["derive", "rc"] } serde_json = "1.0.107" thiserror = { workspace = true }