Skip to content

Commit b6fa897

Browse files
fix(deps): update all non-major dependencies
1 parent 9f0b874 commit b6fa897

File tree

3 files changed

+1278
-1062
lines changed

3 files changed

+1278
-1062
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ rbatis = "4.5.21"
3838
rbdc-pg = { version = "4.5.6", optional = true }
3939
rbdc-mysql = { version = "4.5.7", optional = true }
4040
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"
4343
thiserror = "1.0.58"
4444
tokio = { version = "1.37.0", features = ["full"] }
4545
tower = { version = "0.4.13", features = ["limit", "buffer"] }
4646
tower-http = { version = "0.5.2", features = ["trace"] }
4747
tracing = "0.1.39"
4848
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
4949
ts-rs = { version = "7.1.1", optional = true }
50-
typed-builder = "0.18.1"
50+
typed-builder = "0.18.2"
5151
utoipa = { version = "4.2.0", features = ["yaml", "chrono"] }
5252
validator = { version = "0.18", features = ["derive"] }
5353
version-compare = "0.2.0"

lib/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sass": "^1.71.1",
2121
"typescript": "^5.2.2",
2222
"vite": "^5.0.8",
23-
"vitepress": "1.1.0",
23+
"vitepress": "1.1.3",
2424
"vue-tsc": "^1.8.25"
2525
}
2626
}

0 commit comments

Comments
 (0)