Skip to content

Commit cc0bae0

Browse files
authored
chore: update dependencies
1 parent 594fdb6 commit cc0bae0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4.5", features = ["derive"] }
1717
axum = "0.8.7"
1818
tokio = { version = "1.48", features = ["full"] }
1919
tower = "0.5.2"
20-
tower-http = { version = "0.6.7", features = ["fs", "trace", "cors"] }
20+
tower-http = { version = "0.6.8", features = ["fs", "trace", "cors"] }
2121

2222
# Storage
2323
rocksdb = "0.24.0"
@@ -31,9 +31,9 @@ bytes = "1.11"
3131
# Performance Optimizations
3232
rayon = "1.11"
3333

34-
arrow = "53.0"
35-
prost = "0.13"
36-
prost-types = "0.13"
34+
arrow = "57.1"
35+
prost = "0.14"
36+
prost-types = "0.14"
3737
tikv-jemallocator = "0.6"
3838
# Serialization
3939
serde = { version = "1.0", features = ["derive"] }
@@ -57,12 +57,12 @@ thiserror = "2.0.17"
5757
# Logging
5858
tracing = "0.1"
5959
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
60-
uuid = { version = "1.18", features = ["v4"] }
60+
uuid = { version = "1.19", features = ["v4"] }
6161
atty = "0.2"
62-
wide = "0.8.3"
62+
wide = "1.1.0"
6363

6464
[dev-dependencies]
65-
criterion = { version = "0.5", features = ["html_reports"] }
65+
criterion = { version = "0.8", features = ["html_reports"] }
6666
tempfile = "3.23"
6767

6868
[[bench]]

0 commit comments

Comments
 (0)