From 28ee2db860c09e7255735ef16206ca40e9355f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:47:22 +0100 Subject: [PATCH] build(deps): update rand requirement from 0.8.5 to 0.9.0 (#56) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4793a8b..265cffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ rstest = "0.24.0" speculoos = "0.11.0" anyhow = "1.0.61" hyper = "1.0.1" -rand = "0.8.5" +rand = "0.9.0" [[example]] name = "tera"