diff options
| author | Fuwn <[email protected]> | 2023-05-28 05:19:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-28 05:19:41 +0000 |
| commit | 6152ee6602a16da36999b5f5cbdf7dc983cdeb8f (patch) | |
| tree | f880ca23688ad7842f9274da7bb450dcec723e32 | |
| parent | docs(router): run doc (diff) | |
| download | windmark-6152ee6602a16da36999b5f5cbdf7dc983cdeb8f.tar.xz windmark-6152ee6602a16da36999b5f5cbdf7dc983cdeb8f.zip | |
deps(pretty_env_logger): 0.4.0 -> 0.5.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ async-trait = "0.1.68" async-std = { version = "1.12.0", features = ["attributes"], optional = true } # Logging -pretty_env_logger = { version = "0.4.0", optional = true } +pretty_env_logger = { version = "0.5.0", optional = true } log = "0.4.16" # URL |