diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-23 07:44:11 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-23 07:44:11 -0500 |
commit | 997b81ca1f6926d628e41c405ef219e81000e1df (patch) | |
tree | 784abc7059189ddb32cd17ec6904f8575fedcee2 /protocol | |
parent | 38f4ef0073c43e478e14c3dd0cc28943b360f013 (diff) |
Update remaining server dependencies
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"] } |