diff --git a/common/Cargo.toml b/common/Cargo.toml index ef5c8fcf8..bf2e18512 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] axum = { version = "0.7.7", features = ["ws"] } bollard = "0.17.0" -chrono = { version = "0.4.38", features = ["serde"] } +chrono = { version = "0.4.31", features = ["serde"] } clap = "4.4.10" data-encoding = "2.4.0" futures-util = "0.3.29"