From 7335a7285943d3e92736d9a9533aa655d384e53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:35:16 +0000 Subject: [PATCH] build(deps): bump oorandom from 11.1.3 to 11.1.4 Bumps oorandom from 11.1.3 to 11.1.4. --- updated-dependencies: - dependency-name: oorandom dependency-type: direct:production update-type: version-update:semver-patch ... 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 8f5e704..f403aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -986,9 +986,9 @@ checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "oorandom" -version = "11.1.3" +version = "11.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" +checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" [[package]] name = "openssl" diff --git a/Cargo.toml b/Cargo.toml index aa8589d..1ba507b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ fnv = "1.0.7" humantime = "2.1.0" lazy_static = "1.5.0" log = "0.4.22" -oorandom = "11.1.3" +oorandom = "11.1.4" pretty_env_logger = "0.5.0" serde = "1.0.203" serde_derive = "1.0.147"