Skip to content

Commit

Permalink
Bump lru from 0.6.6 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.6.6 to 0.7.0.
- [Release notes](https://github.com/jeromefroe/lru-rs/releases)
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.6.6...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mfelsche committed Oct 5, 2021
1 parent 51894c3 commit 808a30c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tremor-pipeline/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ halfbrown = "0.1"
indexmap = { version = "1", features = ["serde-1"] }
lazy_static = "1"
log = "0.4"
lru = "0.6"
lru = "0.7"
petgraph = "0.6"
regex = "1"
rust-bert = { version = "0.10.0", optional = true }
Expand Down

0 comments on commit 808a30c

Please sign in to comment.