Skip to content

Commit bd4e227

Browse files
committed
chore: update quickcheck from 1.0.3 to 1.1.0
Signed-off-by: katelyn martin <kate@buoyant.io>
1 parent 128ef6e commit bd4e227

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3468,11 +3468,11 @@ dependencies = [
34683468

34693469
[[package]]
34703470
name = "quickcheck"
3471-
version = "1.0.3"
3471+
version = "1.1.0"
34723472
source = "registry+https://github.com/rust-lang/crates.io-index"
3473-
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
3473+
checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b"
34743474
dependencies = [
3475-
"rand 0.8.5",
3475+
"rand 0.10.1",
34763476
]
34773477

34783478
[[package]]
@@ -3490,15 +3490,6 @@ version = "6.0.0"
34903490
source = "registry+https://github.com/rust-lang/crates.io-index"
34913491
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
34923492

3493-
[[package]]
3494-
name = "rand"
3495-
version = "0.8.5"
3496-
source = "registry+https://github.com/rust-lang/crates.io-index"
3497-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3498-
dependencies = [
3499-
"rand_core 0.6.4",
3500-
]
3501-
35023493
[[package]]
35033494
name = "rand"
35043495
version = "0.9.3"
@@ -3530,15 +3521,6 @@ dependencies = [
35303521
"rand_core 0.9.0",
35313522
]
35323523

3533-
[[package]]
3534-
name = "rand_core"
3535-
version = "0.6.4"
3536-
source = "registry+https://github.com/rust-lang/crates.io-index"
3537-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3538-
dependencies = [
3539-
"getrandom 0.2.17",
3540-
]
3541-
35423524
[[package]]
35433525
name = "rand_core"
35443526
version = "0.9.0"

0 commit comments

Comments
 (0)