diff --git a/server/domain/Cargo.toml b/server/domain/Cargo.toml index 2b9b7c5..fc27e65 100644 --- a/server/domain/Cargo.toml +++ b/server/domain/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] anyhow = "1.0.75" async-trait = "0.1.74" -bytes = "1.4.0" +bytes = "1.5.0" chrono = "0.4.31" derive_more = "0.99.17"