@@ -15,41 +15,41 @@ byteorder = "1.3.4"
1515bytes = " 1.0.1"
1616# FIXME: Remove <1.38 once https://github.com/tokio-rs/tokio/issues/6610 is fixed
1717tokio = { version = " >=1.34, <1.38" , features = [" io-util" , " time" ] }
18- secrecy = { version = " 0.7.0 " , optional = true }
18+ secrecy-08 = { package = " secrecy " , version = " 0.8 " , optional = true }
1919snap = " 1.0"
2020uuid = " 1.0"
2121thiserror = " 1.0"
2222num-bigint-03 = { package = " num-bigint" , version = " 0.3" , optional = true }
2323num-bigint-04 = { package = " num-bigint" , version = " 0.4" , optional = true }
2424bigdecimal-04 = { package = " bigdecimal" , version = " 0.4" , optional = true }
25- chrono = { version = " 0.4.32" , default-features = false , optional = true }
25+ chrono-04 = { package = " chrono " , version = " 0.4.32" , default-features = false , optional = true }
2626lz4_flex = { version = " 0.11.1" }
2727async-trait = " 0.1.57"
2828serde = { version = " 1.0" , features = [" derive" ], optional = true }
29- time = { version = " 0.3" , optional = true }
29+ time-03 = { package = " time " , version = " 0.3" , optional = true }
3030
3131[dev-dependencies ]
3232assert_matches = " 1.5.0"
3333criterion = " 0.4" # Note: v0.5 needs at least rust 1.70.0
3434# Use large-dates feature to test potential edge cases
35- time = { version = " 0.3.21" , features = [" large-dates" ] }
35+ time-03 = { package = " time " , version = " 0.3.21" , features = [" large-dates" ] }
3636uuid = { version = " 1.0" , features = [" v4" ] }
3737
3838[[bench ]]
3939name = " benchmark"
4040harness = false
4141
4242[features ]
43- secret = [" secrecy" ]
44- time = [" dep:time" ]
45- chrono = [" dep:chrono" ]
43+ secrecy-08 = [" dep: secrecy-08 " ]
44+ time-03 = [" dep:time-03 " ]
45+ chrono-04 = [" dep:chrono-04 " ]
4646num-bigint-03 = [" dep:num-bigint-03" ]
4747num-bigint-04 = [" dep:num-bigint-04" ]
4848bigdecimal-04 = [" dep:bigdecimal-04" ]
4949full-serialization = [
50- " chrono" ,
51- " time" ,
52- " secret " ,
50+ " chrono-04 " ,
51+ " time-03 " ,
52+ " secrecy-08 " ,
5353 " num-bigint-03" ,
5454 " num-bigint-04" ,
5555 " bigdecimal-04" ,
0 commit comments