chore(cargo): bump pretty_env_logger from 0.4.0 to 0.5.0

This commit is contained in:
link2xt
2023-06-04 09:17:07 +00:00
parent 1e479fe4a3
commit b06c8baa9c
4 changed files with 9 additions and 33 deletions

View File

@@ -65,7 +65,7 @@ once_cell = "1.17.0"
percent-encoding = "2.2"
parking_lot = "0.12"
pgp = { version = "0.10", default-features = false }
pretty_env_logger = { version = "0.4", optional = true }
pretty_env_logger = { version = "0.5", optional = true }
qrcodegen = "1.7.0"
quick-xml = "0.28"
rand = "0.8"
@@ -99,7 +99,7 @@ ansi_term = "0.12.0"
criterion = { version = "0.4.0", features = ["async_tokio"] }
futures-lite = "1.13"
log = "0.4"
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = "3"
testdir = "0.7.3"