Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 2 updates (#1253)

Updates the requirements on [proptest-derive](https://github.com/proptest-rs/proptest) and [statrs](https://github.com/statrs-dev/statrs) to permit the latest version.

Updates `proptest-derive` to 0.4.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/0.4.0/CHANGELOG.md)
- [Commits](proptest-rs/proptest@0.4.0...0.4.0)

Updates `statrs` to 0.17.1
- [Release notes](https://github.com/statrs-dev/statrs/releases)
- [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md)
- [Commits](statrs-dev/statrs@0.16.0...v0.17.1)

---
updated-dependencies:
- dependency-name: proptest-derive
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: statrs
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent c075887 commit 0b78886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ascii_table = "4.0.2"
criterion = "0.5"
expect-test = "1.4.1"
hex = "0.4.3"
statrs = "0.16.0"
statrs = "0.17.1"
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
tap = "1.0.1"
tempfile = { workspace = true }
Expand Down Expand Up @@ -130,7 +130,7 @@ once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { version = "0.5.0" }
proptest = "1.2.0"
proptest-derive = "0.4.0"
proptest-derive = "0.5.0"
rand = "0.8"
serde = "1.0"
serde_json = { version = "1.0" }
Expand Down

0 comments on commit 0b78886

Please sign in to comment.