Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent 9f0b874 commit b6fa897
Show file tree
Hide file tree
Showing 3 changed files with 1,278 additions and 1,062 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ rbatis = "4.5.21"
rbdc-pg = { version = "4.5.6", optional = true }
rbdc-mysql = { version = "4.5.7", optional = true }
rbs = "4.5.13"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer"] }
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = "0.1.39"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
ts-rs = { version = "7.1.1", optional = true }
typed-builder = "0.18.1"
typed-builder = "0.18.2"
utoipa = { version = "4.2.0", features = ["yaml", "chrono"] }
validator = { version = "0.18", features = ["derive"] }
version-compare = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"sass": "^1.71.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitepress": "1.1.0",
"vitepress": "1.1.3",
"vue-tsc": "^1.8.25"
}
}
Loading

0 comments on commit b6fa897

Please sign in to comment.