From 928b6adb9bda0f91f4b3425e5162a169c12175d6 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 4 Feb 2021 12:37:12 -0600 Subject: [PATCH] jobs-actix: remove rand dep --- jobs-actix/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jobs-actix/Cargo.toml b/jobs-actix/Cargo.toml index d828aea..529caa8 100644 --- a/jobs-actix/Cargo.toml +++ b/jobs-actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs-actix" description = "in-process jobs processor based on Actix" -version = "0.9.0" +version = "0.9.1" license-file = "../LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/background-jobs" @@ -18,7 +18,6 @@ background-jobs-core = { version = "0.9.0", path = "../jobs-core", features = [" chrono = "0.4" log = "0.4" num_cpus = "1.10.0" -rand = "0.7.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0"