Skip to content

Commit

Permalink
Bump lru from 0.5.3 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.5.3 to 0.6.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.5.3...0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 3, 2020
1 parent 22ed653 commit 0c0cc6f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
30 changes: 23 additions & 7 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 jormungandr/Cargo.toml
Expand Up @@ -55,7 +55,7 @@ thiserror = "1.0.20"
tokio = { version = "0.2.22", features = ["rt-threaded", "time", "sync", "stream", "signal", "test-util", "blocking"] }
tonic = "0.2"
async-trait = "0.1"
lru = "^0.5.3"
lru = "^0.6.0"
warp = { version = "0.2.4", features = ["tls"] }
pin-project = "0.4"
multiaddr = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion modules/blockchain/Cargo.toml
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
chain-impl-mockchain = { path = "../../chain-deps/chain-impl-mockchain" }
chain-time = { path = "../../chain-deps/chain-time"}
thiserror = "1.0.20"
lru = "0.5.3"
lru = "0.6.0"

0 comments on commit 0c0cc6f

Please sign in to comment.