Skip to content

Commit 80135fb

Browse files
fix(deps): update all non-major dependencies
1 parent fa8ffdf commit 80135fb

File tree

8 files changed

+1799
-1245
lines changed

8 files changed

+1799
-1245
lines changed

Cargo.lock

Lines changed: 486 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aliri_traits = "0.1.1"
1616
async-trait = "0.1.80"
1717
bincode = { version = "1.3.3", optional = true }
1818
bb8 = { version = "0.8.5", optional = true }
19-
cached = { version = "0.53.0", features = ["async", "proc_macro"] }
19+
cached = { version = "0.54.0", features = ["async", "proc_macro"] }
2020
chrono = { version = "0.4.38", features = ["serde"] }
2121
dashmap = "6.1.0"
2222
derivative = "2.2.0"
@@ -29,13 +29,13 @@ lazy_static = "1.4.0"
2929
log = "0.4.22"
3030
nanoid = "0.4.0"
3131
openidconnect = "3.5.0"
32-
opentelemetry = { version = "0.24.0", optional = true }
33-
opentelemetry_sdk = { version = "0.24.0", optional = true, features = [
32+
opentelemetry = { version = "0.27.0", optional = true }
33+
opentelemetry_sdk = { version = "0.27.0", optional = true, features = [
3434
"rt-tokio",
3535
] }
36-
opentelemetry-otlp = { version = "0.17.0", optional = true }
37-
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true }
38-
opentelemetry-http = { version = "0.13.0", optional = true }
36+
opentelemetry-otlp = { version = "0.27.0", optional = true }
37+
opentelemetry-semantic-conventions = { version = "0.27.0", optional = true }
38+
opentelemetry-http = { version = "0.27.0", optional = true }
3939
paste = "1.0.14"
4040
prost-types = "0.13.0"
4141
rbatis = "4.5.21"
@@ -58,14 +58,14 @@ tonic-web = "0.12.0"
5858
tokio = { version = "1.37.0", features = ["full"] }
5959
tower = "0.5.0"
6060
tokio-retry = "0.3"
61-
tower-http = { version = "0.5.2", features = ["trace", "validate-request"] }
61+
tower-http = { version = "0.6.0", features = ["trace", "validate-request"] }
6262
tracing = "0.1.39"
63-
tracing-opentelemetry = { version = "0.25.0", optional = true }
63+
tracing-opentelemetry = { version = "0.28.0", optional = true }
6464
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
6565
typed-builder = "0.20.0"
66-
validator = { version = "0.18", features = ["derive"] }
66+
validator = { version = "0.19", features = ["derive"] }
6767
version-compare = "0.2.0"
68-
wildcard ="0.2.0"
68+
wildcard ="0.3.0"
6969

7070
[dev-dependencies]
7171
criterion = "0.5.1"

codegen/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)