Skip to content

Commit

Permalink
chore(deps): Update Rust crate prop-check-rs to 0.0.771 (#937)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 56cad69 commit 8676736
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.82"
ctor = "0.2.8"
rand = "0.8.5"
env_logger = "0.11.3"
prop-check-rs = "0.0.770"
prop-check-rs = "0.0.771"
anyhow = "1.0.82"
serial_test = "3.1.1"
test-generator = "0.3.1"
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.10.4"
[dev-dependencies]
anyhow = "1.0.82"
env_logger = "0.11.3"
prop-check-rs = "0.0.770"
prop-check-rs = "0.0.771"
rust_decimal = "1.35.0"
chrono = "0.4.38"
pom = "3.4.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.21"
env_logger = "0.11.3"
ctor = "0.2.8"
rand = "0.8.5"
prop-check-rs = "0.0.770"
prop-check-rs = "0.0.771"
anyhow = "1.0.82"
http = "1.1"

0 comments on commit 8676736

Please sign in to comment.