Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 21, 2023
1 parent d736a9b commit 3e4589b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ rand_distr = "0.4.3"
multiversion = "0.7.2"
itertools = "0.11.0"
crossbeam = "0.8.2"
thiserror = "1.0.40"
thiserror = "1.0.43"
rayon = "1.7.0"
arrow2 = { version = "0.17.2", optional = true }
arrow2 = { version = "0.17.3", optional = true }
rand_chacha = "0.3.1"
anyhow = "1.0.71"
anyhow = "1.0.72"

[dev-dependencies]
proptest = "1.2.0"
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"
criterion = "0.5.1"
nix = "0.26.2"
approx = "0.5.1"
Expand Down

0 comments on commit 3e4589b

Please sign in to comment.