diff --git a/amadeus-postgres/Cargo.toml b/amadeus-postgres/Cargo.toml index 29f0eaf5..d2dc7f2c 100644 --- a/amadeus-postgres/Cargo.toml +++ b/amadeus-postgres/Cargo.toml @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" } [dependencies] amadeus-core = { version = "=0.4.2", path = "../amadeus-core" } amadeus-types = { version = "=0.4.2", path = "../amadeus-types" } -bytes = "0.5" +bytes = "1.0" chrono = { version = "0.4", default-features = false } educe = "0.4" futures = "0.3"