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 Sep 12, 2024
1 parent 250af8a commit 7c0fb28
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 157 deletions.
55 changes: 22 additions & 33 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ log = "0.4.22"
nanoid = "0.4.0"
notify = "6.1.1"
openidconnect = "3.5.0"
opentelemetry = { version = "0.24.0", optional = true }
opentelemetry_sdk = { version = "0.24.0", optional = true, features = [
opentelemetry = { version = "0.25.0", optional = true }
opentelemetry_sdk = { version = "0.25.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.25.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.25.0", optional = true }
opentelemetry-http = { version = "0.25.0", optional = true }
paste = "1.0.14"
prost-types = "0.13.0"
rbatis = "4.5.21"
Expand All @@ -58,7 +58,7 @@ tower = "0.5.0"
tokio-retry = "0.3"
tower-http = { version = "0.5.2", features = ["trace", "validate-request"] }
tracing = "0.1.39"
tracing-opentelemetry = { version = "0.25.0", optional = true }
tracing-opentelemetry = { version = "0.26.0", optional = true }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
typed-builder = "0.20.0"
validator = { version = "0.18", features = ["derive"] }
Expand Down
Loading

0 comments on commit 7c0fb28

Please sign in to comment.