From 264ebe83831819d3bd825aca6863996f95acfe7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 06:00:56 +0000 Subject: [PATCH] Update funty requirement from =1.1.0 to =1.2.0 Updates the requirements on [funty](https://github.com/myrrlyn/funty) to permit the latest version. - [Release notes](https://github.com/myrrlyn/funty/releases) - [Changelog](https://github.com/myrrlyn/funty/blob/master/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/funty/commits) Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f4d0ef55..111befa4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -38,7 +38,7 @@ rio_turtle = "0.5" rio_xml = "0.5" hex = "0.4" nom = "6" -funty="=1.1.0" +funty="=1.2.0" peg = "0.6" siphasher = "0.3" lasso = {version="0.4", features=["multi-threaded", "inline-more"]}