diff --git a/Cargo.toml b/Cargo.toml index e987005..a5b5c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ default = [ docs = ["attributes", "unstable", "default"] unstable = [ "std", - "futures-timer", + "futures-timer", ] attributes = ["async-attributes"] std = [ @@ -63,7 +63,7 @@ async-mutex = { version = "1.1.3", optional = true } crossbeam-utils = { version = "0.7.2", optional = true } futures-core = { version = "0.3.4", optional = true, default-features = false } futures-io = { version = "0.3.4", optional = true } -kv-log-macro = { version = "1.0.4", optional = true } +kv-log-macro = { version = "1.0.6", optional = true } log = { version = "0.4.8", features = ["kv_unstable"], optional = true } memchr = { version = "2.3.3", optional = true } num_cpus = { version = "1.12.0", optional = true } @@ -105,4 +105,3 @@ required-features = ["unstable"] [[example]] name = "surf-web" required-features = ["surf"] -