From 9b1d3c01243db31273d3b1d258e09e52057b4000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 08:59:29 +0000 Subject: [PATCH] chore(deps): update pretty_env_logger requirement from 0.4 to 0.5 Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pretty_env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 94ea726..2a25c2f 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -17,7 +17,7 @@ fake-tcp = { path = "../fake-tcp", version = "0.5" } tokio = { version = "1.14", features = ["full"] } tokio-util = "0.7" log = "0.4" -pretty_env_logger = "0.4" +pretty_env_logger = "0.5" tokio-tun = "0.7" num_cpus = "1.13" neli = "0.6"