diff --git a/Cargo.toml b/Cargo.toml index 5b05bcd..c832774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ embedded-nal = "0.8.0" embedded-time = "0.12.1" nb = "1.0.0" redis-protocol-mm = { version = "4.2.0", default-features = false, features = ["libm", "hashbrown", "alloc"] } +cookie-factory = { version = "=0.3.2", default-features = false } bytes = { version = "1.2.1", default-features = false } mockall = { version = "0.12.1", optional=true }