@@ -17,25 +17,25 @@ name = "generate-base-types"
1717
1818[dependencies ]
1919yerpc_derive = { path = " ../yerpc-derive" , version = " 0.6" }
20- async-trait = " 0.1.53"
21- serde = { version = " 1.0.136" , features = [" derive" ] }
22- serde_json = " 1.0.79"
23- log = " 0.4.16"
24- futures = " 0.3.21"
25- futures-util = " 0.3.21"
26- async-channel = " 1.6.1"
20+ async-channel = " 1.9.0"
2721async-lock = " 3.4.0"
22+ async-trait = " 0.1.86"
23+ futures = " 0.3.31"
24+ futures-util = " 0.3.31"
25+ log = " 0.4.25"
26+ serde_json = " 1.0.138"
27+ serde = { version = " 1.0.217" , features = [" derive" ] }
2828
2929# type generating dependencies
30- typescript-type-def = { version = " 0.5.3 " , features = [" json_value" ] }
31- schemars = { version = " 0.8.11 " , optional = true }
30+ typescript-type-def = { version = " 0.5.13 " , features = [" json_value" ] }
31+ schemars = { version = " 0.8.21 " , optional = true }
3232
3333# optional dependencies
34- anyhow = { version = " 1.0.57 " , optional = true }
35- axum = { version = " 0.7 .1" , features = [" ws" ], optional = true }
36- tokio-tungstenite = { version = " 0.20 " , optional = true }
37- tokio = { version = " 1.19.2 " , features = [" rt" , " macros" ], optional = true }
38- tracing = { version = " 0.1.35 " , optional = true }
34+ anyhow = { version = " 1.0.95 " , optional = true }
35+ axum = { version = " 0.8 .1" , features = [" ws" ], optional = true }
36+ tokio-tungstenite = { version = " 0.26.1 " , optional = true }
37+ tokio = { version = " 1.43.0 " , features = [" rt" , " macros" ], optional = true }
38+ tracing = { version = " 0.1.41 " , optional = true }
3939
4040[features ]
4141anyhow_expose = [" anyhow" ]
@@ -44,8 +44,8 @@ support-tungstenite = ["tokio", "tokio-tungstenite", "anyhow"]
4444openrpc = [" schemars" , " yerpc_derive/openrpc" ]
4545
4646[dev-dependencies ]
47- anyhow = " 1.0.57 "
48- axum = { version = " 0.7 .1" , features = [" ws" ] }
49- tokio-tungstenite = { version = " 0.20 " }
50- tokio = { version = " 1.19.2 " , features = [" rt" , " macros" ] }
51- url = " 2.2.2 "
47+ anyhow = " 1.0.95 "
48+ axum = { version = " 0.8 .1" , features = [" ws" ] }
49+ tokio-tungstenite = { version = " 0.26.1 " }
50+ tokio = { version = " 1.43.0 " , features = [" rt" , " macros" ] }
51+ url = " 2.5.4 "
0 commit comments