deps: bump log from 0.4.18 to 0.4.19

Pull-Request: #4058.
This commit is contained in:
dependabot[bot]
2023-06-13 10:29:36 +00:00
committed by GitHub
parent f93719cfd3
commit d263ee67a9
14 changed files with 15 additions and 15 deletions

View File

@ -10,6 +10,6 @@ env_logger = "0.10.0"
futures = "0.3.27"
hyper = { version = "0.14", features = ["server", "tcp", "http1"] }
libp2p = { path = "../../libp2p", features = ["async-std", "metrics", "ping", "noise", "identify", "tcp", "yamux", "macros"] }
log = "0.4.18"
log = "0.4.19"
tokio = { version = "1", features = ["rt-multi-thread"] }
prometheus-client = "0.21.0"