Update sloggers to v2.0.2 (#2588)

fixes #2584
This commit is contained in:
Wink Saville
2021-09-14 06:48:26 +00:00
parent f9bba92db3
commit 4755d4b236
10 changed files with 18 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ safe_arith = { path = "../consensus/safe_arith" }
serde = "1.0"
serde_derive = "1.0"
slog = "2.5.2"
sloggers = "*"
sloggers = "2.0.2"
tree_hash = "0.3.0"
tree_hash_derive = "0.3.1"
types = { path = "../consensus/types" }