From a312264dad44e95dd18a62198a0375d2b9217f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:28:09 +0000 Subject: [PATCH] Update prop-check-rs requirement from 0.0.331 to 0.0.333 Updates the requirements on [prop-check-rs](https://github.com/j5ik2o/prop-check-rs) to permit the latest version. - [Release notes](https://github.com/j5ik2o/prop-check-rs/releases) - [Changelog](https://github.com/j5ik2o/prop-check-rs/blob/main/release.toml) - [Commits](https://github.com/j5ik2o/prop-check-rs/compare/v0.0.331...v0.0.333) --- updated-dependencies: - dependency-name: prop-check-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hocon/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- uri/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hocon/Cargo.toml b/hocon/Cargo.toml index 015d756e..6d642ee1 100644 --- a/hocon/Cargo.toml +++ b/hocon/Cargo.toml @@ -24,7 +24,7 @@ anyhow = "1.0.75" ctor = "0.2.4" rand = "0.8.5" env_logger = "0.10.0" -prop-check-rs = "0.0.331" +prop-check-rs = "0.0.333" anyhow = "1.0.75" serial_test = "2.0.0" test-generator = "0.3" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index d61169aa..b6971aa4 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -20,7 +20,7 @@ regex = "1.9" [dev-dependencies] anyhow = "1.0.75" env_logger = "0.10.0" -prop-check-rs = "0.0.331" +prop-check-rs = "0.0.333" rust_decimal = "1.32.0" chrono = "0.4.28" pom = "3.3.0" diff --git a/uri/Cargo.toml b/uri/Cargo.toml index 8a6068d6..af57d64c 100644 --- a/uri/Cargo.toml +++ b/uri/Cargo.toml @@ -19,6 +19,6 @@ log = "0.4.20" env_logger = "0.10.0" ctor = "0.2.4" rand = "0.8.5" -prop-check-rs = "0.0.331" +prop-check-rs = "0.0.333" anyhow = "1.0.75" http = "0.2"