Skip to content

Commit c859147

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

File tree

4 files changed

+822
-208
lines changed

4 files changed

+822
-208
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,23 @@ 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"
43-
thiserror = "1.0.58"
41+
serde = { version = "1.0.199", features = ["derive"] }
42+
serde_json = "1.0.116"
43+
thiserror = "1.0.59"
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"
5454

5555
[dev-dependencies]
5656
rand = "0.8.5"
57-
reqwest = { version = "0.12.3", features = ["json"] }
57+
reqwest = { version = "0.12.4", features = ["json"] }
5858
test-log = "0.2.15"
5959

6060
[features]

lib/vue/package.json

+1-1
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)