From c949b5fe32781ec97638a9d18409406b9e42f88d Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Sat, 26 Sep 2020 17:49:53 +0200 Subject: [PATCH] Cargo.toml: update package dependencies Signed-off-by: Ralf Zerres --- advotracker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advotracker/Cargo.toml b/advotracker/Cargo.toml index 03f6078..11a18eb 100644 --- a/advotracker/Cargo.toml +++ b/advotracker/Cargo.toml @@ -32,7 +32,7 @@ orbtk = { git = "https://github.com/redox-os/orbtk.git", branch = "develop" } serde = { version = "~1.0", features = ["derive"] } #tokio = { version = "~0.2", features = ["macros", "rt-threaded", "stream", "time"] } tracing = { version = "~0.1" } -tracing-subscriber = { version = "0.2.0-alpha", features = ["tracing-log"] } +tracing-subscriber = { version = "~0.2.0", features = ["tracing-log"] } viperus = { git = "https://github.com/maurocordioli/viperus", features = ["cache", "fmt-clap", "fmt-env", "global", "watch"] } [features]