diff --git a/Cargo.toml b/Cargo.toml index 3447241..b71a945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ env_logger = "0.11.5" [dependencies.bb8-postgres] -version = "0.8" +version = "0.9" features = ["with-serde_json-1", "with-uuid-1", "with-chrono-0_4"] optional = true diff --git a/examples/filter_example/Cargo.toml b/examples/filter_example/Cargo.toml index 8d5123d..157f9b0 100644 --- a/examples/filter_example/Cargo.toml +++ b/examples/filter_example/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] vinted-rs = { path = "../../", features = ["advanced_filters"] } -bb8-postgres = { version = "0.8", features = [ +bb8-postgres = { version = "0.9", features = [ "with-serde_json-1", "with-uuid-1", "with-chrono-0_4",