@@ -87,28 +87,28 @@ path = "../benches/monoio.rs"
8787required-features = [" monoio" ]
8888
8989[dependencies ]
90- async-stream = { version = " 0.3 " , optional = true }
90+ async-stream = { workspace = true , optional = true }
9191bytes = { workspace = true , optional = true }
92- cfg-if = " 1.0.0 "
92+ cfg-if = { workspace = true }
9393chrono = { version = " 0.4" , optional = true , default-features = false , features = [
9494 " now" ,
9595 " std" ,
9696 " wasmbind" ,
9797] }
98- fusio-core = { path = " ../fusio-core " , version = " 0.4.1 " , features = [" std" ] }
98+ fusio-core = { workspace = true , features = [" std" ] }
9999futures-core = { workspace = true }
100100futures-util = { workspace = true }
101- futures-executor = { version = " 0.3 " }
102- futures-channel = " 0.3 "
101+ futures-executor = { workspace = true }
102+ futures-channel = { workspace = true }
103103async-lock = " 3"
104104http = { version = " 1" , optional = true , default-features = false }
105105http-body = { version = " 1" , optional = true }
106106http-body-util = { version = " 0.1" , optional = true , default-features = false }
107107itertools = { version = " 0.13" }
108- monoio = { version = " 0.2 " , optional = true , features = [" sync" ] }
108+ monoio = { workspace = true , optional = true , features = [" sync" ] }
109109monoio-http-client = { version = " 0.3.3" , optional = true }
110110monoio-http = { version = " 0.3" , optional = true }
111- object_store = { version = " 0.12 " , optional = true , features = [" aws" ] }
111+ object_store = { workspace = true , optional = true , features = [" aws" ] }
112112percent-encoding = { version = " 2" , default-features = false }
113113quick-xml = { version = " 0.36" , features = [
114114 " overlapped-lists" ,
@@ -118,23 +118,23 @@ reqwest = { version = "0.12.8", optional = true }
118118hex = { version = " 0.4" , optional = true }
119119reqsign-aws-v4 = { version = " 1" , optional = true }
120120reqsign-core = { version = " 1" , optional = true }
121- serde = { version = " 1 " , optional = true , features = [ " derive " ] }
122- serde_json = { version = " 1 " , optional = true }
121+ serde = { workspace = true , optional = true }
122+ serde_json = { workspace = true , optional = true }
123123serde_urlencoded = { version = " 0.7" , optional = true }
124- thiserror = " 2.0.12 "
125- tokio = { version = " 1 " , optional = true , default-features = false , features = [
124+ thiserror = { workspace = true }
125+ tokio = { workspace = true , optional = true , features = [
126126 " io-util" ,
127127 " rt-multi-thread" ,
128128] }
129129url = { version = " 2.5.3" , default-features = false , features = [" std" ] }
130130
131131[target .'cfg(target_arch = "wasm32")' .dependencies ]
132132getrandom = { version = " 0.2" , features = [" js" ] }
133- js-sys = { version = " 0.3.72 " , optional = true }
134- wasm-bindgen-futures = { version = " 0.4.45 " , optional = true , features = [
133+ js-sys = { workspace = true , optional = true }
134+ wasm-bindgen-futures = { workspace = true , optional = true , features = [
135135 " futures-core-03-stream" ,
136136] }
137- web-sys = { version = " 0.3 " , optional = true , features = [
137+ web-sys = { workspace = true , optional = true , features = [
138138 " Blob" ,
139139 " File" ,
140140 " FileSystemCreateWritableOptions" ,
@@ -158,7 +158,7 @@ web-sys = { version = "0.3", optional = true, features = [
158158
159159] }
160160async-lock = { version = " 3" , optional = true }
161- wasm-bindgen = { version = " 0.2.95 " , optional = true }
161+ wasm-bindgen = { workspace = true , optional = true }
162162
163163[target .'cfg(target_os = "linux")' .dependencies ]
164164tokio-uring = { version = " 0.5" , default-features = false , optional = true }
@@ -167,20 +167,20 @@ tokio-uring = { version = "0.5", default-features = false, optional = true }
167167windows-sys = { version = " 0.59" , features = [" Win32_Foundation" , " Win32_Storage_FileSystem" ] }
168168
169169[dev-dependencies ]
170- rand = " 0.8 "
171- tempfile = " 3 "
170+ rand = { workspace = true }
171+ tempfile = { workspace = true }
172172
173173[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
174- criterion = { version = " 0.5 " , features = [ " async_tokio " , " html_reports " ] }
175- futures-util = { version = " 0.3 " }
174+ criterion = { workspace = true }
175+ futures-util = { workspace = true }
176176hyper = { version = " 1" , features = [" full" ] }
177177hyper-util = { version = " 0.1" , features = [" full" ] }
178- monoio = { version = " 0.2 " }
179- tokio = { version = " 1 " , features = [" full" ] }
178+ monoio = { workspace = true }
179+ tokio = { workspace = true , features = [" full" ] }
180180
181181[target .'cfg(target_os = "linux")' .dev-dependencies ]
182182tokio-uring = { version = " 0.5" }
183183
184184[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
185- wasm-bindgen = " 0.2.95 "
186- wasm-bindgen-test = " 0.3.9 "
185+ wasm-bindgen = { workspace = true }
186+ wasm-bindgen-test = { workspace = true }
0 commit comments