From 18f88cc034e97fd437c48930728c1d5d2da7a14d Mon Sep 17 00:00:00 2001 From: Waffle Date: Tue, 6 Jul 2021 23:15:12 +0300 Subject: [PATCH] Update `dialogue_bot` example --- examples/dialogue_bot/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/dialogue_bot/Cargo.toml b/examples/dialogue_bot/Cargo.toml index 45f928ea..8d2ea09a 100644 --- a/examples/dialogue_bot/Cargo.toml +++ b/examples/dialogue_bot/Cargo.toml @@ -16,8 +16,8 @@ log = "0.4.8" pretty_env_logger = "0.4.0" derive_more = "0.99.9" -frunk = "0.3.1" -frunk_core = "0.3.1" +frunk = "0.4" +frunk_core = "0.4" [profile.release] lto = true