Skip to content

Commit

Permalink
chore(deps): Bump proptest from 1.3.1 to 1.4.0 (#19131)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 1435613 commit 7c6c0d1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,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.150"
similar-asserts = "1.5.0"
proptest = "1.3"
proptest = "1.4"
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
rstest = {version = "0.18.2"}
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 @@ -41,7 +41,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.3"
proptest = "1.4"
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 @@ -34,7 +34,7 @@ ordered-float = { version = "4.1.1", default-features = false }
openssl = { version = "0.10.59", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.1", default-features = false }
pin-project.workspace = true
proptest = { version = "1.3", optional = true }
proptest = { version = "1.4", optional = true }
prost-types = { version = "0.12", default-features = false }
prost = { version = "0.12", default-features = false, features = ["std"] }
quanta = { version = "0.12.1", default-features = false }
Expand Down Expand Up @@ -80,7 +80,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.3"
proptest = "1.4"
similar-asserts = "1.5.0"
tokio-test = "0.4.3"
toml = { version = "0.8.8", default-features = false, features = ["parse"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ vector-common = { path = "../vector-common" }
vector-core = { path = "../vector-core" }

[dev-dependencies]
proptest = "1.3"
proptest = "1.4"
rand = "0.8.5"
rand_distr = "0.4.3"

0 comments on commit 7c6c0d1

Please sign in to comment.