Skip to content

Commit 18898e0

Browse files
chore(deps): bump quickcheck to 1.1.0 and use workspace dep (#24970)
* chore(deps): Bump quickcheck from 1.0.3 to 1.1.0 * Update generated VRL docs * Update licenses * chore(deps): enable wasm_js feature for getrandom 0.4 in web-playground --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 97dfb6c commit 18898e0

8 files changed

Lines changed: 218 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 197 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ prost = { version = "0.12", default-features = false, features = ["std"] }
185185
prost-build = { version = "0.12", default-features = false }
186186
prost-reflect = { version = "0.14", features = ["serde"], default-features = false }
187187
prost-types = { version = "0.12", default-features = false }
188+
quickcheck = { version = "1.1.0" }
188189
rand = { version = "0.9.2", default-features = false, features = ["small_rng", "thread_rng"] }
189190
rand_distr = { version = "0.5.1", default-features = false }
190191
regex = { version = "1.12.3", default-features = false, features = ["std", "perf"] }
@@ -483,7 +484,7 @@ itertools.workspace = true
483484
libc.workspace = true
484485
mock_instant.workspace = true
485486
proptest.workspace = true
486-
quickcheck = "1.0.3"
487+
quickcheck.workspace = true
487488
reqwest.workspace = true
488489
rstest = { version = "0.26.1" }
489490
serial_test.workspace = true

0 commit comments

Comments
 (0)