1
1
[package ]
2
2
name = " fuzzcheck"
3
- version = " 0.12.1 "
3
+ version = " 0.13.0 "
4
4
authors = [" Loïc Lecrenier <loic.lecrenier@me.com>" ]
5
5
edition = " 2021"
6
6
description = " A modular, structure-aware, and feedback-driven fuzzing engine for Rust functions"
@@ -12,7 +12,7 @@ keywords = ["property", "fuzzer", "fuzzing", "test", "testing"]
12
12
categories = [" development-tools::testing" ]
13
13
14
14
[build-dependencies ]
15
- cc = " 1.0.73 "
15
+ cc = " 1.1.28 "
16
16
17
17
[features ]
18
18
grammar_mutator = []
@@ -24,29 +24,29 @@ default = ["grammar_mutator", "regex_grammar", "serde_json_serializer"]
24
24
25
25
[dependencies ]
26
26
getopts = " 0.2.21"
27
- fastrand = " 1.7 .0"
27
+ fastrand = " 1.9 .0"
28
28
cfg-if = " 1.0.0"
29
- libc = { version = " 0.2.126" , default_features = false }
29
+ libc = { version = " 0.2.126" , default-features = false }
30
30
31
31
md5 = " 0.7.0"
32
- object = { version = " 0.29.0" , default_features = false , features = [" read" ] }
33
- flate2 = { version = " 1.0.24" , default_features = false , features = [" zlib" ] }
32
+ object = { version = " 0.29.0" , default-features = false , features = [" read" ] }
33
+ flate2 = { version = " 1.0.24" , default-features = false , features = [" zlib" ] }
34
34
35
- fuzzcheck_common = { path = " ../fuzzcheck_common" , version = " 0.12 .0" }
35
+ fuzzcheck_common = { path = " ../fuzzcheck_common" , version = " 0.13 .0" }
36
36
37
- serde = { version = " 1.0.139 " , features = [" derive" ], optional = true }
38
- serde_json = { version = " 1.0.82 " , optional = true }
37
+ serde = { version = " 1.0.210 " , features = [" derive" ], optional = true }
38
+ serde_json = { version = " 1.0.128 " , optional = true }
39
39
ron = { version = " 0.7.1" , optional = true }
40
40
41
- fuzzcheck_mutators_derive = { path = " ../fuzzcheck_mutators_derive" , version = " 0.12 .0" }
41
+ fuzzcheck_mutators_derive = { path = " ../fuzzcheck_mutators_derive" , version = " 0.13 .0" }
42
42
43
- ahash = " 0.7.6 "
43
+ ahash = " 0.7.8 "
44
44
45
- regex-syntax = { version = " 0.6.27 " , optional = true }
45
+ regex-syntax = { version = " 0.6.29 " , optional = true }
46
46
nu-ansi-term = " 0.46.0"
47
47
48
48
bit-vec = " 0.6.3"
49
- rustc-demangle = " 0.1.21 "
49
+ rustc-demangle = " 0.1.24 "
50
50
51
51
[lib ]
52
52
name = " fuzzcheck"
0 commit comments