@@ -3,7 +3,7 @@ name = "libp2p-metrics"
33edition.workspace = true
44rust-version = { workspace = true }
55description = " Metrics for libp2p"
6- version = " 0.16.1 "
6+ version = " 0.17.0 "
77authors = [
" Max Inden <[email protected] >" ]
88license = " MIT"
99repository = " https://github.com/libp2p/rust-libp2p"
@@ -22,13 +22,13 @@ relay = ["libp2p-relay"]
2222futures = { workspace = true }
2323web-time = { workspace = true }
2424libp2p-core = { workspace = true }
25- libp2p-dcutr = { workspace = true , optional = true }
26- libp2p-gossipsub = { workspace = true , optional = true }
25+ libp2p-dcutr = { workspace = true , optional = true }
26+ libp2p-gossipsub = { workspace = true , optional = true }
2727libp2p-identify = { workspace = true , optional = true }
2828libp2p-identity = { workspace = true }
2929libp2p-kad = { workspace = true , optional = true }
3030libp2p-ping = { workspace = true , optional = true }
31- libp2p-relay = { workspace = true , optional = true }
31+ libp2p-relay = { workspace = true , optional = true }
3232libp2p-swarm = { workspace = true }
3333pin-project = " 1.1.5"
3434prometheus-client = { workspace = true }
0 commit comments