Skip to content

Commit

Permalink
deps: bump log from 0.4.19 to 0.4.20
Browse files Browse the repository at this point in the history
Pull-Request: #4322.
  • Loading branch information
dependabot[bot] authored and thomaseizinger committed Aug 20, 2023
1 parent a8d507c commit fb4d820
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.19"
log = "0.4.20"
tokio = { version = "1", features = ["rt-multi-thread"] }
prometheus-client = "0.21.2"
2 changes: 1 addition & 1 deletion protocols/gossipsub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-swarm = { workspace = true }
log = "0.4.19"
log = "0.4.20"
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures-timer = "3.0.2"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
lru = "0.11.0"
quick-protobuf-codec = { workspace = true }
quick-protobuf = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if-watch = "3.0.1"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
rand = "0.8.3"
smallvec = "1.11.0"
socket2 = { version = "0.5.3", features = ["all"] }
Expand Down
2 changes: 1 addition & 1 deletion protocols/ping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ instant = "0.1.12"
libp2p-core = { workspace = true }
libp2p-swarm = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
rand = "0.8"
void = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { version = "1.0", optional = true}
serde_json = { version = "1.0.100", optional = true }
smallvec = "1.11.0"
void = "1.0.2"
log = "0.4.19"
log = "0.4.20"

[features]
json = ["dep:serde", "dep:serde_json", "libp2p-swarm/macros"]
Expand Down
2 changes: 1 addition & 1 deletion swarm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ libp2p-swarm = { workspace = true }
libp2p-tcp = { workspace = true, features = ["async-io"] }
libp2p-yamux = { workspace = true }
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
rand = "0.8.5"
futures-timer = "3.0.2"
2 changes: 1 addition & 1 deletion transports/dns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
futures = "0.3.28"
async-std-resolver = { version = "0.22", optional = true }
parking_lot = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion transports/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1"
futures = "0.3.28"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
quick-protobuf = "0.8"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }

Expand Down
2 changes: 1 addition & 1 deletion transports/pnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.28"
log = "0.4.19"
log = "0.4.20"
salsa20 = "0.10"
sha3 = "0.10"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion transports/tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if-watch = "3.0.1"
libc = "0.2.147"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
socket2 = { version = "0.5.3", features = ["all"] }
tokio = { version = "1.31.0", default-features = false, features = ["net"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion transports/uds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-std = { version = "1.6.2", optional = true }
libp2p-core = { workspace = true }
log = "0.4.19"
log = "0.4.20"
futures = "0.3.28"
tokio = { version = "1.31", default-features = false, features = ["net"], optional = true }

Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ either = "1.9.0"
futures = "0.3.28"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
log = "0.4.19"
log = "0.4.20"
parking_lot = "0.12.0"
quicksink = "0.1"
rw-stream-sink = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion transports/webtransport-websys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ js-sys = "0.3.64"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
libp2p-noise = { workspace = true }
log = "0.4.19"
log = "0.4.20"
multiaddr = { workspace = true }
multihash = { workspace = true }
send_wrapper = { version = "0.6.0", features = ["futures"] }
Expand Down

0 comments on commit fb4d820

Please sign in to comment.