Skip to content

Commit

Permalink
chore(deps): bump proptest from 1.2.0 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.2.0 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.2.0...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 15, 2023
1 parent c61f066 commit 0d6dfc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
20 changes: 7 additions & 13 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 base32ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.60"
[dev-dependencies]
base32 = "0.4"
# pinned to preserve MSRV
proptest = { version = "=1.2.0", default-features = false, features = ["std"] }
proptest = { version = "=1.4.0", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down
2 changes: 1 addition & 1 deletion base64ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.60"
[dev-dependencies]
base64 = "0.21"
# pinned to preserve MSRV
proptest = { version = "=1.2.0", default-features = false, features = ["std"] }
proptest = { version = "=1.4.0", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down

0 comments on commit 0d6dfc4

Please sign in to comment.