Update examples/dialogue_bot

This commit is contained in:
Temirkhan Myrzamadi 2020-07-28 21:00:44 +06:00
parent 3a0a005265
commit a3c67f1838
2 changed files with 3 additions and 3 deletions

View file

@ -10,8 +10,8 @@ edition = "2018"
log = "0.4.8"
tokio = "0.2.9"
frunk = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist" }
frunk-core = { git = "https://github.com/Hirrolot/frunk", branch = "append-to-hlist", package = "frunk_core" }
frunk = "0.3.1"
frunk_core = "0.3.1"
pretty_env_logger = "0.4.0"
futures = "0.3.5"

View file

@ -16,4 +16,4 @@ futures = "0.3.5"
thiserror = "1.0.15"
smart-default = "0.6.0"
derive_more = "0.99.9"
derive_more = "0.99.9"