diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 6c0c583..9d25188 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -19,6 +19,6 @@ lazy_static = "1.4" async-trait = "0.1.58" [dev-dependencies] -env_logger = "0.8.4" +env_logger = "0.10.0" dotenv = "0.15" tokio = { version = "1.21.2", features = ["full"] } |