From 3e4589b656361237e7e857af0cdac501b37ce69b Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Thu, 20 Jul 2023 19:25:57 -0500 Subject: [PATCH] chore: Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3e3016..2ccde76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"