Skip to content

Commit

Permalink
Update prop-check-rs requirement from 0.0.322 to 0.0.326
Browse files Browse the repository at this point in the history
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](j5ik2o/prop-check-rs@v0.0.322...v0.0.326)

---
updated-dependencies:
- dependency-name: prop-check-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent f8b3939 commit 6013f34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.322"
prop-check-rs = "0.0.326"
anyhow = "1.0.75"
serial_test = "2.0.0"
test-generator = "0.3"
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ regex = "1.9"
[dev-dependencies]
anyhow = "1.0.75"
env_logger = "0.10.0"
prop-check-rs = "0.0.322"
prop-check-rs = "0.0.326"
rust_decimal = "1.32.0"
chrono = "0.4.28"
pom = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.322"
prop-check-rs = "0.0.326"
anyhow = "1.0.75"
http = "0.2"

0 comments on commit 6013f34

Please sign in to comment.