diff --git a/Cargo.lock b/Cargo.lock index 4b9f566d..5e2cc5d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,7 +915,7 @@ dependencies = [ "pq-sys", "r2d2", "serde", - "time 0.1.43", + "time 0.2.27", "toml", "url", "uuid 0.8.2", diff --git a/actors/database-actor/Cargo.toml b/actors/database-actor/Cargo.toml index 12adc40e..d2c52a6e 100644 --- a/actors/database-actor/Cargo.toml +++ b/actors/database-actor/Cargo.toml @@ -31,7 +31,7 @@ dotenv = { version = "*" } byteorder = { version = "1.0" } chrono = { version = "0.4", features = ["serde"] } -time = { version = "0.1" } +time = { version = "0.2" } url = { version = "2.1.0" } percent-encoding = { version = "2.1.0" } uuid = { version = "0.8.2", features = ["serde", "v4", "v5"] }