Skip to content

Commit

Permalink
chore(deps): Bump proptest from 1.2.0 to 1.3.1
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.3.1.
- [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.3.1)

---
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 Oct 3, 2023
1 parent 23745f2 commit 75dc931
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 @@ -363,7 +363,7 @@ criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }
itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] }
libc = "0.2.148"
similar-asserts = "1.5.0"
proptest = "1.2"
proptest = "1.3"
quickcheck = "1.0.3"
lookup = { package = "vector-lookup", path = "lib/vector-lookup", features = ["test"] }
reqwest = { version = "0.11", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hdrhistogram = "7.5.2"
metrics-tracing-context = { version = "0.14.0", default-features = false }
metrics-util = { version = "0.15.1", default-features = false, features = ["debugging"] }
once_cell = "1.18"
proptest = "1.2"
proptest = "1.3"
quickcheck = "1.0"
rand = "0.8.5"
serde_yaml = { version = "0.9", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ordered-float = { version = "4.1.0", default-features = false }
openssl = { version = "0.10.57", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.1", default-features = false }
pin-project.workspace = true
proptest = { version = "1.2", optional = true }
proptest = { version = "1.3", optional = true }
prost-types = { version = "0.12", default-features = false }
prost = { version = "0.12", default-features = false, features = ["std"] }
quanta = { version = "0.11.1", default-features = false }
Expand Down Expand Up @@ -84,7 +84,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.2"
proptest = "1.3"
similar-asserts = "1.5.0"
tokio-test = "0.4.3"
toml = { version = "0.8.1", default-features = false, features = ["parse"] }
Expand Down

0 comments on commit 75dc931

Please sign in to comment.