Bump lasso from 0.5.1 to 0.6.0

Bumps [lasso](https://github.com/Kixiron/lasso) from 0.5.1 to 0.6.0.
- [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.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: lasso
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/151/head
dependabot[bot] 4 years ago committed by GitHub
parent b1d204ed9b
commit 55c243c0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      lib/Cargo.toml

4
Cargo.lock generated

@ -1283,9 +1283,9 @@ dependencies = [
[[package]] [[package]]
name = "lasso" name = "lasso"
version = "0.5.1" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8647c8a01e5f7878eacb2c323c4c949fdb63773110f0686c7810769874b7e0a" checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0"
dependencies = [ dependencies = [
"dashmap", "dashmap",
"hashbrown", "hashbrown",

@ -40,7 +40,7 @@ hex = "0.4"
nom = "7" nom = "7"
peg = "0.7" peg = "0.7"
siphasher = "0.3" siphasher = "0.3"
lasso = {version="0.5", features=["multi-threaded", "inline-more"]} lasso = {version="0.6", features=["multi-threaded", "inline-more"]}
sophia_api = { version = ">=0.6,<0.8", optional = true } sophia_api = { version = ">=0.6,<0.8", optional = true }
http = "0.2" http = "0.2"
httparse = { version = "1", optional = true } httparse = { version = "1", optional = true }

Loading…
Cancel
Save