@@ -35,6 +35,7 @@ with-eui48-1 = ["postgres-types/with-eui48-1"]
3535with-geo-types-0_6 = [" postgres-types/with-geo-types-0_6" ]
3636with-geo-types-0_7 = [" postgres-types/with-geo-types-0_7" ]
3737with-serde_json-1 = [" postgres-types/with-serde_json-1" ]
38+ with-smol_str-01 = [" postgres-types/with-smol_str-01" ]
3839with-uuid-0_8 = [" postgres-types/with-uuid-0_8" ]
3940with-uuid-1 = [" postgres-types/with-uuid-1" ]
4041with-time-0_2 = [" postgres-types/with-time-0_2" ]
@@ -62,7 +63,13 @@ tokio-util = { version = "0.7", features = ["codec"] }
6263futures-executor = " 0.3"
6364criterion = " 0.3"
6465env_logger = " 0.9"
65- tokio = { version = " 1.0" , features = [" macros" , " net" , " rt" , " rt-multi-thread" , " time" ] }
66+ tokio = { version = " 1.0" , features = [
67+ " macros" ,
68+ " net" ,
69+ " rt" ,
70+ " rt-multi-thread" ,
71+ " time" ,
72+ ] }
6673
6774bit-vec-06 = { version = " 0.6" , package = " bit-vec" }
6875chrono-04 = { version = " 0.4" , package = " chrono" , default-features = false }
@@ -72,6 +79,7 @@ geo-types-06 = { version = "0.6", package = "geo-types" }
7279geo-types-07 = { version = " 0.7" , package = " geo-types" }
7380serde-1 = { version = " 1.0" , package = " serde" }
7481serde_json-1 = { version = " 1.0" , package = " serde_json" }
82+ smol_str-01 = { version = " 0.1" , package = " smol_str" }
7583uuid-08 = { version = " 0.8" , package = " uuid" }
7684uuid-1 = { version = " 1.0" , package = " uuid" }
7785time-02 = { version = " 0.2" , package = " time" }
0 commit comments