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"