Skip to content

Commit 9d3bb5c

Browse files
build(deps): bump quickcheck from 1.0.3 to 1.1.0
Bumps [quickcheck](https://github.com/BurntSushi/quickcheck) from 1.0.3 to 1.1.0. - [Commits](BurntSushi/quickcheck@1.0.3...quickcheck_macros-1.1.0) --- updated-dependencies: - dependency-name: quickcheck dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e48274 commit 9d3bb5c

1 file changed

Lines changed: 217 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 217 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ version = "0.6.0"
559559
source = "registry+https://github.com/rust-lang/crates.io-index"
560560
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
561561
dependencies = [
562-
"heck",
562+
"heck 0.4.1",
563563
"proc-macro2",
564564
"quote",
565565
"syn",
@@ -647,6 +647,12 @@ version = "1.0.7"
647647
source = "registry+https://github.com/rust-lang/crates.io-index"
648648
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
649649

650+
[[package]]
651+
name = "foldhash"
652+
version = "0.1.5"
653+
source = "registry+https://github.com/rust-lang/crates.io-index"
654+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
655+
650656
[[package]]
651657
name = "foldhash"
652658
version = "0.2.0"
@@ -796,6 +802,20 @@ dependencies = [
796802
"windows-targets 0.52.6",
797803
]
798804

805+
[[package]]
806+
name = "getrandom"
807+
version = "0.4.2"
808+
source = "registry+https://github.com/rust-lang/crates.io-index"
809+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
810+
dependencies = [
811+
"cfg-if",
812+
"libc",
813+
"r-efi",
814+
"rand_core 0.10.0",
815+
"wasip2",
816+
"wasip3",
817+
]
818+
799819
[[package]]
800820
name = "gimli"
801821
version = "0.32.3"
@@ -818,7 +838,7 @@ dependencies = [
818838
"futures-sink",
819839
"futures-timer",
820840
"futures-util",
821-
"hashbrown",
841+
"hashbrown 0.16.1",
822842
"nonzero_ext",
823843
"parking_lot",
824844
"portable-atomic",
@@ -855,6 +875,15 @@ dependencies = [
855875
"tracing",
856876
]
857877

878+
[[package]]
879+
name = "hashbrown"
880+
version = "0.15.5"
881+
source = "registry+https://github.com/rust-lang/crates.io-index"
882+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
883+
dependencies = [
884+
"foldhash 0.1.5",
885+
]
886+
858887
[[package]]
859888
name = "hashbrown"
860889
version = "0.16.1"
@@ -863,7 +892,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
863892
dependencies = [
864893
"allocator-api2",
865894
"equivalent",
866-
"foldhash",
895+
"foldhash 0.2.0",
867896
]
868897

869898
[[package]]
@@ -872,6 +901,12 @@ version = "0.4.1"
872901
source = "registry+https://github.com/rust-lang/crates.io-index"
873902
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
874903

904+
[[package]]
905+
name = "heck"
906+
version = "0.5.0"
907+
source = "registry+https://github.com/rust-lang/crates.io-index"
908+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
909+
875910
[[package]]
876911
name = "hermit-abi"
877912
version = "0.5.1"
@@ -1127,6 +1162,12 @@ dependencies = [
11271162
"zerovec",
11281163
]
11291164

1165+
[[package]]
1166+
name = "id-arena"
1167+
version = "2.3.0"
1168+
source = "registry+https://github.com/rust-lang/crates.io-index"
1169+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1170+
11301171
[[package]]
11311172
name = "idna"
11321173
version = "1.1.0"
@@ -1155,7 +1196,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
11551196
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
11561197
dependencies = [
11571198
"equivalent",
1158-
"hashbrown",
1199+
"hashbrown 0.16.1",
1200+
"serde",
1201+
"serde_core",
11591202
]
11601203

11611204
[[package]]
@@ -1280,6 +1323,12 @@ version = "1.5.0"
12801323
source = "registry+https://github.com/rust-lang/crates.io-index"
12811324
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
12821325

1326+
[[package]]
1327+
name = "leb128fmt"
1328+
version = "0.1.0"
1329+
source = "registry+https://github.com/rust-lang/crates.io-index"
1330+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1331+
12831332
[[package]]
12841333
name = "libc"
12851334
version = "0.2.180"
@@ -3203,7 +3252,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32033252
checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
32043253
dependencies = [
32053254
"bytes",
3206-
"heck",
3255+
"heck 0.4.1",
32073256
"itertools",
32083257
"log",
32093258
"multimap",
@@ -3223,7 +3272,7 @@ version = "0.14.1"
32233272
source = "registry+https://github.com/rust-lang/crates.io-index"
32243273
checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
32253274
dependencies = [
3226-
"heck",
3275+
"heck 0.4.1",
32273276
"itertools",
32283277
"log",
32293278
"multimap",
@@ -3283,11 +3332,11 @@ dependencies = [
32833332

32843333
[[package]]
32853334
name = "quickcheck"
3286-
version = "1.0.3"
3335+
version = "1.1.0"
32873336
source = "registry+https://github.com/rust-lang/crates.io-index"
3288-
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
3337+
checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b"
32893338
dependencies = [
3290-
"rand 0.8.5",
3339+
"rand 0.10.0",
32913340
]
32923341

32933342
[[package]]
@@ -3300,13 +3349,10 @@ dependencies = [
33003349
]
33013350

33023351
[[package]]
3303-
name = "rand"
3304-
version = "0.8.5"
3352+
name = "r-efi"
3353+
version = "6.0.0"
33053354
source = "registry+https://github.com/rust-lang/crates.io-index"
3306-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3307-
dependencies = [
3308-
"rand_core 0.6.4",
3309-
]
3355+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
33103356

33113357
[[package]]
33123358
name = "rand"
@@ -3319,22 +3365,23 @@ dependencies = [
33193365
]
33203366

33213367
[[package]]
3322-
name = "rand_chacha"
3323-
version = "0.9.0"
3368+
name = "rand"
3369+
version = "0.10.0"
33243370
source = "registry+https://github.com/rust-lang/crates.io-index"
3325-
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3371+
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
33263372
dependencies = [
3327-
"ppv-lite86",
3328-
"rand_core 0.9.0",
3373+
"getrandom 0.4.2",
3374+
"rand_core 0.10.0",
33293375
]
33303376

33313377
[[package]]
3332-
name = "rand_core"
3333-
version = "0.6.4"
3378+
name = "rand_chacha"
3379+
version = "0.9.0"
33343380
source = "registry+https://github.com/rust-lang/crates.io-index"
3335-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3381+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
33363382
dependencies = [
3337-
"getrandom 0.2.17",
3383+
"ppv-lite86",
3384+
"rand_core 0.9.0",
33383385
]
33393386

33403387
[[package]]
@@ -3347,6 +3394,12 @@ dependencies = [
33473394
"zerocopy 0.8.14",
33483395
]
33493396

3397+
[[package]]
3398+
name = "rand_core"
3399+
version = "0.10.0"
3400+
source = "registry+https://github.com/rust-lang/crates.io-index"
3401+
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
3402+
33503403
[[package]]
33513404
name = "rand_xorshift"
33523405
version = "0.4.0"
@@ -4280,6 +4333,24 @@ dependencies = [
42804333
"wit-bindgen-rt",
42814334
]
42824335

4336+
[[package]]
4337+
name = "wasip2"
4338+
version = "1.0.2+wasi-0.2.9"
4339+
source = "registry+https://github.com/rust-lang/crates.io-index"
4340+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
4341+
dependencies = [
4342+
"wit-bindgen",
4343+
]
4344+
4345+
[[package]]
4346+
name = "wasip3"
4347+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
4348+
source = "registry+https://github.com/rust-lang/crates.io-index"
4349+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
4350+
dependencies = [
4351+
"wit-bindgen",
4352+
]
4353+
42834354
[[package]]
42844355
name = "wasm-bindgen"
42854356
version = "0.2.93"
@@ -4335,6 +4406,40 @@ version = "0.2.93"
43354406
source = "registry+https://github.com/rust-lang/crates.io-index"
43364407
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
43374408

4409+
[[package]]
4410+
name = "wasm-encoder"
4411+
version = "0.244.0"
4412+
source = "registry+https://github.com/rust-lang/crates.io-index"
4413+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
4414+
dependencies = [
4415+
"leb128fmt",
4416+
"wasmparser",
4417+
]
4418+
4419+
[[package]]
4420+
name = "wasm-metadata"
4421+
version = "0.244.0"
4422+
source = "registry+https://github.com/rust-lang/crates.io-index"
4423+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
4424+
dependencies = [
4425+
"anyhow",
4426+
"indexmap",
4427+
"wasm-encoder",
4428+
"wasmparser",
4429+
]
4430+
4431+
[[package]]
4432+
name = "wasmparser"
4433+
version = "0.244.0"
4434+
source = "registry+https://github.com/rust-lang/crates.io-index"
4435+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4436+
dependencies = [
4437+
"bitflags 2.9.4",
4438+
"hashbrown 0.15.5",
4439+
"indexmap",
4440+
"semver",
4441+
]
4442+
43384443
[[package]]
43394444
name = "web-time"
43404445
version = "1.1.0"
@@ -4611,6 +4716,26 @@ dependencies = [
46114716
"windows-sys 0.48.0",
46124717
]
46134718

4719+
[[package]]
4720+
name = "wit-bindgen"
4721+
version = "0.51.0"
4722+
source = "registry+https://github.com/rust-lang/crates.io-index"
4723+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4724+
dependencies = [
4725+
"wit-bindgen-rust-macro",
4726+
]
4727+
4728+
[[package]]
4729+
name = "wit-bindgen-core"
4730+
version = "0.51.0"
4731+
source = "registry+https://github.com/rust-lang/crates.io-index"
4732+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4733+
dependencies = [
4734+
"anyhow",
4735+
"heck 0.5.0",
4736+
"wit-parser",
4737+
]
4738+
46144739
[[package]]
46154740
name = "wit-bindgen-rt"
46164741
version = "0.33.0"
@@ -4620,6 +4745,74 @@ dependencies = [
46204745
"bitflags 2.9.4",
46214746
]
46224747

4748+
[[package]]
4749+
name = "wit-bindgen-rust"
4750+
version = "0.51.0"
4751+
source = "registry+https://github.com/rust-lang/crates.io-index"
4752+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4753+
dependencies = [
4754+
"anyhow",
4755+
"heck 0.5.0",
4756+
"indexmap",
4757+
"prettyplease",
4758+
"syn",
4759+
"wasm-metadata",
4760+
"wit-bindgen-core",
4761+
"wit-component",
4762+
]
4763+
4764+
[[package]]
4765+
name = "wit-bindgen-rust-macro"
4766+
version = "0.51.0"
4767+
source = "registry+https://github.com/rust-lang/crates.io-index"
4768+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4769+
dependencies = [
4770+
"anyhow",
4771+
"prettyplease",
4772+
"proc-macro2",
4773+
"quote",
4774+
"syn",
4775+
"wit-bindgen-core",
4776+
"wit-bindgen-rust",
4777+
]
4778+
4779+
[[package]]
4780+
name = "wit-component"
4781+
version = "0.244.0"
4782+
source = "registry+https://github.com/rust-lang/crates.io-index"
4783+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4784+
dependencies = [
4785+
"anyhow",
4786+
"bitflags 2.9.4",
4787+
"indexmap",
4788+
"log",
4789+
"serde",
4790+
"serde_derive",
4791+
"serde_json",
4792+
"wasm-encoder",
4793+
"wasm-metadata",
4794+
"wasmparser",
4795+
"wit-parser",
4796+
]
4797+
4798+
[[package]]
4799+
name = "wit-parser"
4800+
version = "0.244.0"
4801+
source = "registry+https://github.com/rust-lang/crates.io-index"
4802+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4803+
dependencies = [
4804+
"anyhow",
4805+
"id-arena",
4806+
"indexmap",
4807+
"log",
4808+
"semver",
4809+
"serde",
4810+
"serde_derive",
4811+
"serde_json",
4812+
"unicode-xid",
4813+
"wasmparser",
4814+
]
4815+
46234816
[[package]]
46244817
name = "writeable"
46254818
version = "0.6.2"

0 commit comments

Comments
 (0)