From eeb0d7f8ac2bbff8f83ba7601692f4f889a533c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:46:44 +0000 Subject: [PATCH] chore(deps): bump simplerand from 1.5.1 to 1.6.0 Bumps [simplerand](https://github.com/PumpkinSeed/simplerand) from 1.5.1 to 1.6.0. - [Commits](https://github.com/PumpkinSeed/simplerand/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: simplerand dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 639b98c..b114f4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,9 +532,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "simplerand" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e69528fe5b77e9b19f5c4de1fcb8692471bb3325c8876ae62773d318351538" +checksum = "e111daec97c913e764c730b11de670f36adfc9ef87c791ee8999ecc3ded8f644" dependencies = [ "lazy_static", ] diff --git a/Cargo.toml b/Cargo.toml index 12f4004..b00a016 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ tempfile = "3.23" rayon = "1.6" log = "0.4" env_logger = "0.11" -simplerand = "1.5" +simplerand = "1.6" humantime = "2.1" [dependencies.clap]