@@ -33,10 +33,11 @@ pest_derive = "2.7"
33
33
thiserror = { workspace = true }
34
34
rand = { workspace = true }
35
35
data-encoding = { workspace = true }
36
+ # syn is currently duplicated because of this, wait until next release that includes https://github.com/ia0/data-encoding/pull/108
36
37
data-encoding-macro = " 0.1"
37
38
regex-syntax = " 0.8"
38
39
# the progress bar will prevent dbgen from finishing
39
- # forcing a git dependency unversion = "1.0", features = ["derive"]til https://github.com/a8m/pb/pull/120 is released
40
+ # forcing a git dependency until https://github.com/a8m/pb/pull/120 is released
40
41
pbr = { version = " 1.1" , optional = true , git = " https://github.com/a8m/pb.git" , rev = " d60b964be6a234c933fdf95d7b7851f383e21206" }
41
42
num-traits = " 0.2"
42
43
rayon = { version = " 1.7" , optional = true }
@@ -56,8 +57,8 @@ rand_xorshift = { version = "0.3", optional = true }
56
57
shlex = { version = " 1.1" , optional = true }
57
58
flate2 = { version = " 1.0" , optional = true }
58
59
xz2 = { version = " 0.1" , optional = true }
59
- zstd = { version = " 0.12 " , default-features = false , optional = true }
60
- smallvec = { version = " 1.11 " , default-features = false }
60
+ zstd = { version = " 0.13 " , default-features = false , optional = true }
61
+ smallvec = { version = " 1.13 " , default-features = false , features = [ " union " ] }
61
62
memchr = " 2.5"
62
63
numcmp = " 0.1"
63
64
parse-size = { workspace = true , optional = true }
0 commit comments