@@ -119,43 +119,43 @@ libp2p-webtransport-websys = { version = "0.6.0", path = "transports/webtranspor
119119libp2p-yamux = { version = " 0.48.0" , path = " muxers/yamux" }
120120
121121# External dependencies
122- asynchronous-codec = { version = " 0.7.0 " }
123- axum = { version = " 0.7.9 " }
124- criterion = { version = " 0.5.1 " }
125- bytes = " 1.11.1 "
122+ asynchronous-codec = { version = " 0.7" }
123+ axum = { version = " 0.7" }
124+ criterion = { version = " 0.5" }
125+ bytes = " 1.12 "
126126env_logger = " 0.11"
127- futures = " 0.3.30 "
127+ futures = " 0.3"
128128futures-bounded = { version = " 0.3" , features = [" futures-timer" ] }
129- futures-rustls = { version = " 0.26.0 " , default-features = false }
129+ futures-rustls = { version = " 0.26" , default-features = false }
130130futures-timer = " 3.0"
131131hex-literal = " 0.4"
132132getrandom = { version = " 0.2" , features = [" js" ] }
133- hashlink = " 0.11.0 "
134- hickory-proto = { version = " 0.26.1 " , default-features = false }
135- hickory-resolver = { version = " 0.26.1 " , default-features = false }
136- if-watch = " 3.2.2 "
137- multiaddr = " 0.18.1 "
138- multihash = " 0.19.5 "
133+ hashlink = " 0.11"
134+ hickory-proto = { version = " 0.26" , default-features = false }
135+ hickory-resolver = { version = " 0.26" , default-features = false }
136+ if-watch = " 3.2"
137+ multiaddr = " 0.18"
138+ multihash = " 0.19"
139139multistream-select = { version = " 0.14.0" , path = " misc/multistream-select" }
140140prometheus-client = " 0.24"
141141prost-codec = { version = " 0.4.0" , path = " misc/prost-codec" }
142142prost = " 0.14"
143143quickcheck = { package = " quickcheck-ext" , path = " misc/quickcheck-ext" }
144- rand = " 0.8.0 "
144+ rand = " 0.8"
145145rcgen = " 0.13"
146- ring = " 0.17.12 "
146+ ring = " 0.17"
147147rw-stream-sink = { version = " 0.5.0" , path = " misc/rw-stream-sink" }
148148thiserror = " 2"
149- tokio = { version = " 1.52 " , default-features = false }
150- tracing = " 0.1.44 "
151- tracing-subscriber = " 0.3.23 "
152- unsigned-varint = { version = " 0.8.0 " }
149+ tokio = { version = " 1.53 " , default-features = false }
150+ tracing = " 0.1"
151+ tracing-subscriber = " 0.3"
152+ unsigned-varint = { version = " 0.8" }
153153# Pinned to avoid wasm-bindgen >=0.2.109 which breaks gloo-timers 0.2.6 (used by futures-timer for wasm).
154154# wasm-bindgen-futures pins wasm-bindgen exactly, so capping it caps wasm-bindgen.
155155# Versions 0.4.59-0.4.61 are unusable because they pin yanked js-sys releases (0.3.86-0.3.88).
156156# TODO: remove when futures-timer is updated.
157157wasm-bindgen-futures = " =0.4.58"
158- web-time = " 1.1.0 "
158+ web-time = " 1.1"
159159
160160[patch .crates-io ]
161161
0 commit comments