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 }