Skip to content

Commit

Permalink
chore(deps): Bump proptest from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

---
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 Jan 11, 2025
1 parent 3077efc commit 244c32c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -148,7 +148,7 @@ metrics = "0.24.1"
metrics-tracing-context = { version = "0.17.0", default-features = false }
metrics-util = { version = "0.18.0", default-features = false, features = ["registry"] }
pin-project = { version = "1.1.7", default-features = false }
proptest = { version = "1.5" }
proptest = { version = "1.6" }
proptest-derive = { version = "0.5.0" }
prost = { version = "0.12", default-features = false, features = ["std"] }
prost-build = { version = "0.12", default-features = false }
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 @@ -40,7 +40,7 @@ crossbeam-queue = "0.3.11"
hdrhistogram = "7.5.4"
metrics-tracing-context.workspace = true
metrics-util = { workspace = true, features = ["debugging"] }
proptest = "1.5"
proptest = "1.6"
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 @@ -36,7 +36,7 @@ ordered-float = { version = "4.5.0", default-features = false }
openssl = { version = "0.10.68", default-features = false, features = ["vendored"] }
parking_lot = { version = "0.12.3", default-features = false }
pin-project.workspace = true
proptest = { version = "1.5", optional = true }
proptest = { version = "1.6", optional = true }
prost-types.workspace = true
prost .workspace = true
quanta = { version = "0.12.3", default-features = false }
Expand Down Expand Up @@ -81,7 +81,7 @@ criterion = { version = "0.5.1", features = ["html_reports"] }
env-test-util = "1.0.1"
quickcheck = "1"
quickcheck_macros = "1"
proptest = "1.5"
proptest = "1.6"
similar-asserts = "1.6.0"
tokio-test = "0.4.4"
toml.workspace = true
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.5"
proptest = "1.6"
rand = "0.8.5"
rand_distr = "0.4.3"

0 comments on commit 244c32c

Please sign in to comment.