@@ -15,41 +15,41 @@ byteorder = "1.3.4"
15
15
bytes = " 1.0.1"
16
16
# FIXME: Remove <1.38 once https://github.com/tokio-rs/tokio/issues/6610 is fixed
17
17
tokio = { 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 }
19
19
snap = " 1.0"
20
20
uuid = " 1.0"
21
21
thiserror = " 1.0"
22
22
num-bigint-03 = { package = " num-bigint" , version = " 0.3" , optional = true }
23
23
num-bigint-04 = { package = " num-bigint" , version = " 0.4" , optional = true }
24
24
bigdecimal-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 }
26
26
lz4_flex = { version = " 0.11.1" }
27
27
async-trait = " 0.1.57"
28
28
serde = { version = " 1.0" , features = [" derive" ], optional = true }
29
- time = { version = " 0.3" , optional = true }
29
+ time-03 = { package = " time " , version = " 0.3" , optional = true }
30
30
31
31
[dev-dependencies ]
32
32
assert_matches = " 1.5.0"
33
33
criterion = " 0.4" # Note: v0.5 needs at least rust 1.70.0
34
34
# 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" ] }
36
36
uuid = { version = " 1.0" , features = [" v4" ] }
37
37
38
38
[[bench ]]
39
39
name = " benchmark"
40
40
harness = false
41
41
42
42
[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 " ]
46
46
num-bigint-03 = [" dep:num-bigint-03" ]
47
47
num-bigint-04 = [" dep:num-bigint-04" ]
48
48
bigdecimal-04 = [" dep:bigdecimal-04" ]
49
49
full-serialization = [
50
- " chrono" ,
51
- " time" ,
52
- " secret " ,
50
+ " chrono-04 " ,
51
+ " time-03 " ,
52
+ " secrecy-08 " ,
53
53
" num-bigint-03" ,
54
54
" num-bigint-04" ,
55
55
" bigdecimal-04" ,
0 commit comments