diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index a4e68dc..0dba33c 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -17,6 +17,6 @@ tokio-postgres = "0.7" mysql_async = "0.35" mongodb = "3.1" redis = { version = "0.27", features = ["tokio-comp", "cluster-async"] } -lapin = "2.3" +lapin = "3.7" prometheus = "0.13" lazy_static = "1.4"