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] <support@github.com>

* Allows inlining with lasso

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Tanon <Tpt@users.noreply.github.com>
pull/73/head
dependabot[bot] 4 years ago committed by GitHub
parent 6edd9149ba
commit b87d715424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 }

Loading…
Cancel
Save