Skip to content

Commit

Permalink
chore(deps): Bump proptest from 1.5.0 to 1.6.0 (#22172)
Browse files Browse the repository at this point in the history
* chore(deps): Bump proptest from 1.5.0 to 1.6.0

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] <[email protected]>

* dd-rust-license-tool write

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pavlos Rontidis <[email protected]>
  • Loading branch information
dependabot[bot] and pront authored Jan 23, 2025
1 parent 318930b commit 5bf6071
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 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.8", default-features = false }
proptest = { version = "1.5" }
proptest = { version = "1.6" }
proptest-derive = { version = "0.5.1" }
prost = { version = "0.12", default-features = false, features = ["std"] }
prost-build = { version = "0.12", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,Marshall
base64-simd,https://github.com/Nugine/simd,MIT,The base64-simd Authors
base64ct,https://github.com/RustCrypto/formats/tree/master/base64ct,Apache-2.0 OR MIT,RustCrypto Developers
bit-set,https://github.com/contain-rs/bit-set,Apache-2.0 OR MIT,Alexis Beingessner <[email protected]>
bit-set,https://github.com/contain-rs/bit-set,MIT OR Apache-2.0,Alexis Beingessner <[email protected]>
bit-vec,https://github.com/contain-rs/bit-vec,Apache-2.0 OR MIT,Alexis Beingessner <[email protected]>
bit-vec,https://github.com/contain-rs/bit-vec,MIT OR Apache-2.0,Alexis Beingessner <[email protected]>
bitflags,https://github.com/bitflags/bitflags,MIT OR Apache-2.0,The Rust Project Developers
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.12"
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.6.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.5", 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.1"
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 5bf6071

Please sign in to comment.