Skip to content

Commit a3d0dfc

Browse files
committed
update dependencies
1 parent 4dbfbe0 commit a3d0dfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ pest_derive = "2.7"
3333
thiserror = { workspace = true }
3434
rand = { workspace = true }
3535
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
3637
data-encoding-macro = "0.1"
3738
regex-syntax = "0.8"
3839
# 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
4041
pbr = { version = "1.1", optional = true, git = "https://github.com/a8m/pb.git", rev = "d60b964be6a234c933fdf95d7b7851f383e21206" }
4142
num-traits = "0.2"
4243
rayon = { version = "1.7", optional = true }
@@ -56,8 +57,8 @@ rand_xorshift = { version = "0.3", optional = true }
5657
shlex = { version = "1.1", optional = true }
5758
flate2 = { version = "1.0", optional = true }
5859
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"] }
6162
memchr = "2.5"
6263
numcmp = "0.1"
6364
parse-size = { workspace = true, optional = true }

0 commit comments

Comments
 (0)