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 | 4c80227c5bed202df408d5ac91f74c6edaf11252 (patch) | |
| tree | f880ca23688ad7842f9274da7bb450dcec723e32 | |
| parent | docs(router): run doc (diff) | |
| download | windmark-4c80227c5bed202df408d5ac91f74c6edaf11252.tar.xz windmark-4c80227c5bed202df408d5ac91f74c6edaf11252.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 |