Skip to content

Commit 34d87a8

Browse files
deps: bump log from 0.4.17 to 0.4.18
Pull-Request: #4000.
1 parent 95eca88 commit 34d87a8

File tree

14 files changed

+17
-32
lines changed

14 files changed

+17
-32
lines changed

Cargo.lock

Lines changed: 4 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ env_logger = "0.10.0"
1010
futures = "0.3.27"
1111
hyper = { version = "0.14", features = ["server", "tcp", "http1"] }
1212
libp2p = { path = "../../libp2p", features = ["async-std", "metrics", "ping", "noise", "identify", "tcp", "yamux", "macros"] }
13-
log = "0.4.0"
13+
log = "0.4.18"
1414
tokio = { version = "1", features = ["rt-multi-thread"] }
1515
prometheus-client = "0.21.0"

protocols/gossipsub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ instant = "0.1.12"
2828
libp2p-core = { workspace = true }
2929
libp2p-identity = { workspace = true }
3030
libp2p-swarm = { workspace = true }
31-
log = "0.4.11"
31+
log = "0.4.18"
3232
quick-protobuf = "0.8"
3333
quick-protobuf-codec = { workspace = true }
3434
rand = "0.8"

protocols/identify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures-timer = "3.0.2"
1717
libp2p-core = { workspace = true }
1818
libp2p-swarm = { workspace = true }
1919
libp2p-identity = { workspace = true }
20-
log = "0.4.1"
20+
log = "0.4.18"
2121
lru = "0.10.0"
2222
quick-protobuf-codec = { workspace = true }
2323
quick-protobuf = "0.8"

protocols/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if-watch = "3.0.1"
1818
libp2p-core = { workspace = true }
1919
libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
21-
log = "0.4.14"
21+
log = "0.4.18"
2222
rand = "0.8.3"
2323
smallvec = "1.6.1"
2424
socket2 = { version = "0.5.3", features = ["all"] }

protocols/ping/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ instant = "0.1.12"
1818
libp2p-core = { workspace = true }
1919
libp2p-swarm = { workspace = true }
2020
libp2p-identity = { workspace = true }
21-
log = "0.4.1"
21+
log = "0.4.18"
2222
rand = "0.8"
2323
void = "1.0"
2424

protocols/request-response/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = { version = "1.0.96", optional = true }
2323
serde_cbor = { version = "0.11.2", optional = true }
2424
smallvec = "1.6.1"
2525
void = "1.0.2"
26-
log = "0.4.17"
26+
log = "0.4.18"
2727

2828
[features]
2929
json = ["dep:serde", "dep:serde_json", "libp2p-swarm/macros"]

swarm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ libp2p-swarm = { workspace = true }
2020
libp2p-tcp = { workspace = true, features = ["async-io"] }
2121
libp2p-yamux = { workspace = true }
2222
futures = "0.3.28"
23-
log = "0.4.17"
23+
log = "0.4.18"
2424
rand = "0.8.5"
2525
futures-timer = "3.0.2"

transports/dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
1313
[dependencies]
1414
libp2p-core = { workspace = true }
1515
libp2p-identity = { workspace = true }
16-
log = "0.4.1"
16+
log = "0.4.18"
1717
futures = "0.3.28"
1818
async-std-resolver = { version = "0.22", optional = true }
1919
parking_lot = "0.12.0"

transports/plaintext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bytes = "1"
1616
futures = "0.3.28"
1717
libp2p-core = { workspace = true }
1818
libp2p-identity = { workspace = true }
19-
log = "0.4.8"
19+
log = "0.4.18"
2020
quick-protobuf = "0.8"
2121
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
2222

0 commit comments

Comments
 (0)