From 45eb6609bd97fb1e382823f97877833eeefbfe2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:00:25 +0000 Subject: [PATCH] Update lasso requirement from 0.4 to 0.5 Updates the requirements on [lasso](https://github.com/Kixiron/lasso) to permit the latest version. - [Release notes](https://github.com/Kixiron/lasso/releases) - [Changelog](https://github.com/Kixiron/lasso/blob/master/Changelog.md) - [Commits](https://github.com/Kixiron/lasso/compare/v0.4.0...v0.5.0) 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 34f70bcb..9bc3ef62 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -40,7 +40,7 @@ hex = "0.4" nom = "6" peg = "0.6" siphasher = "0.3" -lasso = {version="0.4", features=["multi-threaded", "inline-more"]} +lasso = {version="0.5", features=["multi-threaded", "inline-more"]} sophia_api = { version = "0.6.2", optional = true } http = "0.2" httparse = { version = "1", optional = true }