@@ -79,30 +79,30 @@ rust_tokenizers = "8.1.1"
7979tch = { version = " 0.17.0" , features = [" download-libtorch" ] }
8080serde_json = " 1"
8181serde = { version = " 1" , features = [" derive" ] }
82- ordered-float = " 4.2.0 "
82+ ordered-float = " 5 "
8383uuid = { version = " 1" , features = [" v4" ] }
84- thiserror = " 1 "
84+ thiserror = " 2 "
8585half = " 2"
86- regex = " 1.10 "
86+ regex = " 1.11 "
8787
88- cached-path = { version = " 0.6 " , default-features = false , optional = true }
89- dirs = { version = " 5 " , optional = true }
88+ cached-path = { version = " 0.8 " , default-features = false , optional = true }
89+ dirs = { version = " 6 " , optional = true }
9090lazy_static = { version = " 1" , optional = true }
9191ort = { version = " 1.16.3" , optional = true , default-features = false , features = [
9292 " half" ,
9393] }
9494ndarray = { version = " 0.15" , optional = true }
95- tokenizers = { version = " 0.20 " , optional = true , default-features = false , features = [
95+ tokenizers = { version = " 0.21 " , optional = true , default-features = false , features = [
9696 " onig" ,
9797] }
9898
9999[dev-dependencies ]
100100anyhow = " 1"
101101csv = " 1"
102- criterion = " 0.5 "
103- tokio = { version = " 1.35 " , features = [" sync" , " rt-multi-thread" , " macros" ] }
102+ criterion = " 0.6 "
103+ tokio = { version = " 1.45 " , features = [" sync" , " rt-multi-thread" , " macros" ] }
104104tempfile = " 3"
105- itertools = " 0.13 .0"
105+ itertools = " 0.14 .0"
106106tracing-subscriber = { version = " 0.3" , default-features = false , features = [
107107 " env-filter" ,
108108 " fmt" ,
0 commit comments