From b87d715424b7a79842ef91d6da1d52f75d92d81f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 10:35:45 +0100 Subject: [PATCH] Update lasso requirement from 0.3 to 0.4 (#71) * 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] * Allows inlining with lasso Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Tanon --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 789e3d53..41a36fb7 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", "inline-more"]} sophia_api = { version = "0.6.2", optional = true } http = "0.2" httparse = { version = "1", optional = true }