From f302b1c6bc24daecf54de8fc08ab3de66759c448 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:45:24 +0100 Subject: [PATCH] ci: tidy up some dev deps --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 677c4bb6..8b4584a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,7 @@ proptest = { version = "1.0", default-features = false, features = ["std"] } send_wrapper = "0.6" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.61" -rayon = "1.0.2" -rust_decimal = { version = "1.8.0", features = ["std"] } +rayon = "1.6.1" widestring = "0.5.1" [build-dependencies]