Skip to content

Commit

Permalink
build: bump proptest from 1.3.1 to 1.4.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.4.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.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent b02174f commit f0a6b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ which = "5.0.0"
[dev-dependencies]
assert_cmd = "2"
ockam_macros = { path = "../ockam_macros", version = "^0.32.0" }
proptest = "1.3.1"
proptest = "1.4.0"
tempfile = "3.8.0"
time = { version = "0.3", default-features = false, features = ["std", "local-offset"] }

Expand Down

0 comments on commit f0a6b23

Please sign in to comment.