File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ rustc-hash = "2.0.0"
4747thiserror = " 2.0.1"
4848htmlescape = " 0.3.1"
4949fail = { version = " 0.5.0" , optional = true }
50- time = { version = " 0.3.35 " , features = [" serde-well-known" ] }
50+ time = { version = " 0.3.47 " , features = [" serde-well-known" ] }
5151smallvec = " 1.8.0"
5252rayon = " 1.5.2"
5353lru = " 0.16.3"
@@ -86,7 +86,7 @@ futures = "0.3.21"
8686paste = " 1.0.11"
8787more-asserts = " 0.3.1"
8888rand_distr = " 0.5"
89- time = { version = " 0.3.10 " , features = [" serde-well-known" , " macros" ] }
89+ time = { version = " 0.3.47 " , features = [" serde-well-known" , " macros" ] }
9090postcard = { version = " 1.0.4" , features = [
9191 " use-std" ,
9292], default-features = false }
@@ -201,4 +201,3 @@ harness = false
201201[[bench ]]
202202name = " regex_all_terms"
203203harness = false
204-
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ repository = "https://github.com/quickwit-oss/tantivy"
1515byteorder = " 1.4.3"
1616ownedbytes = { version = " 0.9" , path =" ../ownedbytes" }
1717async-trait = " 0.1"
18- time = { version = " 0.3.10 " , features = [" serde-well-known" ] }
18+ time = { version = " 0.3.47 " , features = [" serde-well-known" ] }
1919serde = { version = " 1.0.136" , features = [" derive" ] }
2020
2121[dev-dependencies ]
2222binggan = " 0.14.0"
2323proptest = " 1.0.0"
2424rand = " 0.9"
25-
Original file line number Diff line number Diff line change @@ -169,8 +169,10 @@ mod macros;
169169mod future_result;
170170
171171// Re-exports
172+ pub use columnar;
172173pub use common:: { ByteCount , DateTime } ;
173- pub use { columnar, query_grammar, time} ;
174+ pub use query_grammar;
175+ pub use time;
174176
175177pub use crate :: error:: TantivyError ;
176178pub use crate :: future_result:: FutureResult ;
You can’t perform that action at this time.
0 commit comments