Skip to content

Commit

Permalink
chore(deps): bump proptest from 1.3.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.3.1 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](proptest-rs/proptest@v1.3.1...v1.5.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and liamwh committed Sep 14, 2024
1 parent 37cf72a commit 1cbd24d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pretty_assertions = "1.4.0"
serde = "1.0.193"
tokio = "1.33.0"
surrealdb = { features = ["kv-mem"], version = "^1.0" }
proptest = "1.3.1"
proptest = "1.5.0"
rand = "0.8.5"

[workspace.lints.rust]
Expand Down

0 comments on commit 1cbd24d

Please sign in to comment.