File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ clap = { version = "4.5", features = ["derive"] }
1717axum = " 0.8.7"
1818tokio = { version = " 1.48" , features = [" full" ] }
1919tower = " 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
2323rocksdb = " 0.24.0"
@@ -31,9 +31,9 @@ bytes = "1.11"
3131# Performance Optimizations
3232rayon = " 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 "
3737tikv-jemallocator = " 0.6"
3838# Serialization
3939serde = { version = " 1.0" , features = [" derive" ] }
@@ -57,12 +57,12 @@ thiserror = "2.0.17"
5757# Logging
5858tracing = " 0.1"
5959tracing-subscriber = { version = " 0.3" , features = [" env-filter" , " json" ] }
60- uuid = { version = " 1.18 " , features = [" v4" ] }
60+ uuid = { version = " 1.19 " , features = [" v4" ] }
6161atty = " 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" ] }
6666tempfile = " 3.23"
6767
6868[[bench ]]
You can’t perform that action at this time.
0 commit comments