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 Nov 28, 2024
1 parent fa8ffdf commit 6df7a7b
Show file tree
Hide file tree
Showing 8 changed files with 1,979 additions and 1,321 deletions.
669 changes: 501 additions & 168 deletions Cargo.lock

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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"] }
cached = { version = "0.54.0", features = ["async", "proc_macro"] }
chrono = { version = "0.4.38", features = ["serde"] }
dashmap = "6.1.0"
derivative = "2.2.0"
Expand All @@ -29,13 +29,13 @@ 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
8 changes: 4 additions & 4 deletions codegen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6df7a7b

Please sign in to comment.