Skip to content

Commit e50cb0c

Browse files
fix(deps): update all non-major dependencies
1 parent 24e299d commit e50cb0c

File tree

4 files changed

+1529
-1257
lines changed

4 files changed

+1529
-1257
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ aliri_tower = "0.6.0"
1515
aliri_traits = "0.1.1"
1616
async-trait = "0.1.80"
1717
bincode = { version = "1.3.3", optional = true }
18-
bb8 = { version = "0.8.5", optional = true }
19-
cached = { version = "0.53.0", features = ["async", "proc_macro"] }
18+
bb8 = { version = "0.9.0", optional = true }
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"
2323
envy = "0.4.2"
2424
futures = "0.3.30"
2525
getset = "0.1.2"
26-
itertools = "0.13.0"
26+
itertools = "0.14.0"
2727
kanal = "0.1.0-pre8"
2828
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: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)