Skip to content

Commit

Permalink
chore(deps): Bump proptest from 1.3.1 to 1.5.0
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.5.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.5.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 Jun 24, 2024
1 parent be9f229 commit 2d5caf7
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 @@ -352,7 +352,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.149"
similar-asserts = "1.5.0"
proptest = "1.3"
proptest = "1.5"
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 @@ -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.3"
proptest = "1.5"
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.57", 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.5", 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.5"
similar-asserts = "1.5.0"
tokio-test = "0.4.3"
toml = { version = "0.8.6", 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.5"
rand = "0.8.5"
rand_distr = "0.4.3"

0 comments on commit 2d5caf7

Please sign in to comment.