From b34019d0d0d506d5955d208ebcebfcccb121afdc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 04:23:41 +0000 Subject: [PATCH] Update shakmaty requirement from 0.18 to 0.19 Updates the requirements on [shakmaty](https://github.com/niklasf/shakmaty) to permit the latest version. - [Release notes](https://github.com/niklasf/shakmaty/releases) - [Commits](https://github.com/niklasf/shakmaty/compare/v0.18.0...v0.19.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fa5c03..16bc2d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] memchr = "2.2" btoi = "0.4" -shakmaty = "0.18" +shakmaty = "0.19" slice-deque = "0.3" [dev-dependencies]