File tree 3 files changed +1278
-1062
lines changed
3 files changed +1278
-1062
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ rbatis = "4.5.21"
38
38
rbdc-pg = { version = " 4.5.6" , optional = true }
39
39
rbdc-mysql = { version = " 4.5.7" , optional = true }
40
40
rbs = " 4.5.13"
41
- serde = { version = " 1.0.197 " , features = [" derive" ] }
42
- serde_json = " 1.0.115 "
41
+ serde = { version = " 1.0.198 " , features = [" derive" ] }
42
+ serde_json = " 1.0.116 "
43
43
thiserror = " 1.0.58"
44
44
tokio = { version = " 1.37.0" , features = [" full" ] }
45
45
tower = { version = " 0.4.13" , features = [" limit" , " buffer" ] }
46
46
tower-http = { version = " 0.5.2" , features = [" trace" ] }
47
47
tracing = " 0.1.39"
48
48
tracing-subscriber = { version = " 0.3.18" , features = [" env-filter" ] }
49
49
ts-rs = { version = " 7.1.1" , optional = true }
50
- typed-builder = " 0.18.1 "
50
+ typed-builder = " 0.18.2 "
51
51
utoipa = { version = " 4.2.0" , features = [" yaml" , " chrono" ] }
52
52
validator = { version = " 0.18" , features = [" derive" ] }
53
53
version-compare = " 0.2.0"
Original file line number Diff line number Diff line change 20
20
"sass" : " ^1.71.1" ,
21
21
"typescript" : " ^5.2.2" ,
22
22
"vite" : " ^5.0.8" ,
23
- "vitepress" : " 1.1.0 " ,
23
+ "vitepress" : " 1.1.3 " ,
24
24
"vue-tsc" : " ^1.8.25"
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments