From 3ea08550a37d9df3108662b70e44c4821349cc0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:18:08 +0800 Subject: [PATCH] build(deps): bump proptest from 1.4.0 to 1.5.0 (#1834) Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b6be1744ba72f..e783abc88d0d14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4233,9 +4233,9 @@ dependencies = [ [[package]] name = "proptest" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf" +checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ "bit-set", "bit-vec", diff --git a/Cargo.toml b/Cargo.toml index 5ac20dc22d1cdc..8f96b3da135844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -278,7 +278,7 @@ predicates = "2.1" pretty-hex = "0.3.0" prio-graph = "0.2.1" proc-macro2 = "1.0.86" -proptest = "1.4" +proptest = "1.5" prost = "0.11.9" prost-build = "0.11.9" prost-types = "0.11.9"