Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update Rust crate prop-check-rs to 0.0.487
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 16, 2024
1 parent aebdaa7 commit 6bd7b36
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
@@ -24,7 +24,7 @@ anyhow = "1.0.79"
ctor = "0.2.6"
rand = "0.8.5"
env_logger = "0.11.2"
prop-check-rs = "0.0.486"
prop-check-rs = "0.0.487"
anyhow = "1.0.79"
serial_test = "3.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
@@ -20,7 +20,7 @@ regex = "1.10"
[dev-dependencies]
anyhow = "1.0.79"
env_logger = "0.11.2"
prop-check-rs = "0.0.486"
prop-check-rs = "0.0.487"
rust_decimal = "1.34.3"
chrono = "0.4.34"
pom = "3.3.0"
2 changes: 1 addition & 1 deletion uri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,6 +19,6 @@ log = "0.4.20"
env_logger = "0.11.2"
ctor = "0.2.6"
rand = "0.8.5"
prop-check-rs = "0.0.486"
prop-check-rs = "0.0.487"
anyhow = "1.0.79"
http = "1.0"

0 comments on commit 6bd7b36

Please sign in to comment.