Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ aliri_tower = "0.6.0"
aliri_traits = "0.1.1"
async-trait = "0.1.80"
bincode = { version = "1.3.3", optional = true }
bb8 = { version = "0.8.5", optional = true }
cached = { version = "0.53.0", features = ["async", "proc_macro"] }
bb8 = { version = "0.9.0", optional = true }
cached = { version = "0.54.0", features = ["async", "proc_macro"] }
chrono = { version = "0.4.38", features = ["serde"] }
dashmap = "6.1.0"
derivative = "2.2.0"
envy = "0.4.2"
futures = "0.3.30"
getset = "0.1.2"
itertools = "0.13.0"
itertools = "0.14.0"
kanal = "0.1.0-pre8"
lazy_static = "1.4.0"
log = "0.4.22"
nanoid = "0.4.0"
openidconnect = "3.5.0"
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry_sdk = { version = "0.24.0", optional = true, features = [
opentelemetry = { version = "0.27.0", optional = true }
opentelemetry_sdk = { version = "0.27.0", optional = true, features = [
"rt-tokio",
] }
opentelemetry-otlp = { version = "0.17.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true }
opentelemetry-http = { version = "0.13.0", optional = true }
opentelemetry-otlp = { version = "0.27.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.27.0", optional = true }
opentelemetry-http = { version = "0.27.0", optional = true }
paste = "1.0.14"
prost-types = "0.13.0"
rbatis = "4.5.21"
Expand All @@ -58,14 +58,14 @@ tonic-web = "0.12.0"
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.5.0"
tokio-retry = "0.3"
tower-http = { version = "0.5.2", features = ["trace", "validate-request"] }
tower-http = { version = "0.6.0", features = ["trace", "validate-request"] }
tracing = "0.1.39"
tracing-opentelemetry = { version = "0.25.0", optional = true }
tracing-opentelemetry = { version = "0.28.0", optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.20.0"
validator = { version = "0.18", features = ["derive"] }
validator = { version = "0.19", features = ["derive"] }
version-compare = "0.2.0"
wildcard ="0.2.0"
wildcard ="0.3.0"

[dev-dependencies]
criterion = "0.5.1"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tonic = "0.12.0"
openidconnect = { version = "3.5.0", optional = true }
prost = "0.13.0"
prost-types = "0.13.0"
validator = { version = "0.18.1", features = ["derive", "unic"] }
validator = { version = "0.19.0", features = ["derive", "unic"] }

[build-dependencies]
tonic-build = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}
1,141 changes: 611 additions & 530 deletions dashboard/pnpm-lock.yaml

Large diffs are not rendered by default.

1,136 changes: 590 additions & 546 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"concurrently": "^9.0.0",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
Expand Down
Loading
Loading