Skip to content

Commit 3e4589b

Browse files
committed
chore: Update dependencies
1 parent d736a9b commit 3e4589b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ rand_distr = "0.4.3"
2020
multiversion = "0.7.2"
2121
itertools = "0.11.0"
2222
crossbeam = "0.8.2"
23-
thiserror = "1.0.40"
23+
thiserror = "1.0.43"
2424
rayon = "1.7.0"
25-
arrow2 = { version = "0.17.2", optional = true }
25+
arrow2 = { version = "0.17.3", optional = true }
2626
rand_chacha = "0.3.1"
27-
anyhow = "1.0.71"
27+
anyhow = "1.0.72"
2828

2929
[dev-dependencies]
3030
proptest = "1.2.0"
31-
pretty_assertions = "1.3.0"
31+
pretty_assertions = "1.4.0"
3232
criterion = "0.5.1"
3333
nix = "0.26.2"
3434
approx = "0.5.1"

0 commit comments

Comments
 (0)