From ab6f12334d6b25405bb9be13c602382f83130b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:28:19 +0000 Subject: [PATCH] Update lasso requirement from 0.3 to 0.4 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.3.0...v0.4.1) 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 789e3d53..488ec00d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -39,7 +39,7 @@ hex = "0.4" nom = "6" peg = "0.6" siphasher = "0.3" -lasso = {version="0.3", features=["multi-threaded"]} +lasso = {version="0.4", features=["multi-threaded"]} sophia_api = { version = "0.6.2", optional = true } http = "0.2" httparse = { version = "1", optional = true }