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] <support@github.com>
pull/85/head
dependabot[bot] 4 years ago committed by Thomas Tanon
parent a3d11d6d46
commit a176857695
  1. 2
      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 }

Loading…
Cancel
Save