Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 8f50101 commit 935c870
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 161 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ feedback_fusion_codegen = { path = "./codegen" }
aliri = "0.6.3"
aliri_clock = "0.1.4"
aliri_oauth2 = "0.10.1"
aliri_tower = "=0.5.0"
aliri_tower = "=0.6.0"
aliri_traits = "0.1.1"
async-trait = "0.1.80"
chrono = { version = "0.4.38", features = ["serde"] }
Expand All @@ -28,27 +28,27 @@ 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"
thiserror = "1.0.58"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.59"
tonic = "0.11.0"
tonic-health = "0.11.0"
tonic-reflection = "0.11.0"
tonic-web = "0.11.0"
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "=0.4.4", features = ["trace", "validate-request"] }
tower-http = { version = "=0.5.2", features = ["trace", "validate-request"] }
tracing = "0.1.39"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.18.1"
validator = { version = "0.18", features = ["derive"] }
typed-builder = "0.18.2"
validator = { version = "0.18.1", features = ["derive"] }
version-compare = "0.2.0"

[dev-dependencies]
paste = "1.0.14"
rand = "0.8.5"
reqwest = { version = "0.12.3", features = ["json"] }
test-log = "0.2.15"
reqwest = { version = "0.12.4", features = ["json"] }
test-log = "0.2.16"

[features]
default = ["all-databases"]
Expand Down
2 changes: 1 addition & 1 deletion lib/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"sass": "^1.71.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitepress": "1.1.0",
"vitepress": "1.1.4",
"vue-tsc": "^1.8.25"
},
"msw": {
Expand Down
Loading

0 comments on commit 935c870

Please sign in to comment.