Skip to content

Commit

Permalink
chore(deps): update pretty_env_logger requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version.
- [Commits](seanmonstar/pretty-env-logger@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: pretty_env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dndx committed May 22, 2023
1 parent 6c42f02 commit 9b1d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phantun/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b1d3c0

Please sign in to comment.