Skip to content

Commit

Permalink
chore(deps): bump proptest from 1.5.0 to 1.6.0 (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ae2d3ca commit 4083484
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 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 base32ct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rust-version = "1.65"

[dev-dependencies]
base32 = "0.5"
proptest = { version = "1.5", default-features = false, features = ["std"] }
proptest = { version = "1.6", 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.65"

[dev-dependencies]
base64 = "0.22"
proptest = { version = "1.5", default-features = false, features = ["std"] }
proptest = { version = "1.6", default-features = false, features = ["std"] }

[features]
alloc = []
Expand Down

0 comments on commit 4083484

Please sign in to comment.