Skip to content

Commit

Permalink
Bump lru from 0.7.6 to 0.7.7 (#3466)
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.7.6 to 0.7.7.
- [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.7.6...0.7.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 15, 2022
1 parent 6a33869 commit 19bfda0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 commons/accumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ logger = {path = "../../commons/logger", package="starcoin-logger"}
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc"}
bcs-ext = { package="bcs-ext", path = "../../commons/bcs_ext" }
serde = { version = "1.0.130" }
lru = "0.7.6"
lru = "0.7.7"
parking_lot = "0.12.0"
schemars = {git = "https://github.com/starcoinorg/schemars", rev = "6972da92f4360e1779168bb3fe0274c521d324e2"}

Expand Down
2 changes: 1 addition & 1 deletion network-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ futures-timer = "3.0"
linked-hash-map = "0.5.4"
linked_hash_set = "0.1.3"
log = "0.4.16"
lru = "0.7.6"
lru = "0.7.7"
parking_lot = "0.12.0"
rand = "0.8.5"
pin-project = "0.4.27"
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitflags = "1.3.2"
tempfile = "3.1.0"
rand = "0.8.5"
parking_lot = "0.12.0"
lru = "0.7.6"
lru = "0.7.7"

serde = { version = "1.0.130", features = ["derive"] }
serde_json = { version="1.0", features = ["arbitrary_precision"]}
Expand Down
2 changes: 1 addition & 1 deletion state/statedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = "1.0.41"
thiserror = "1.0"
parking_lot = "0.12.0"
lru = "0.7.6"
lru = "0.7.7"
starcoin-types = {path = "../../types"}
starcoin-vm-types = {path = "../../vm/types"}
starcoin-state-api = {path = "../api"}
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crypto = { package = "starcoin-crypto", git = "https://github.com/starcoinorg/st
bcs-ext = { package="bcs-ext", path = "../commons/bcs_ext" }
chrono = "0.4"
byteorder = "1.4.3"
lru = "0.7.6"
lru = "0.7.7"
parking_lot = "0.12.0"
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
Expand Down

0 comments on commit 19bfda0

Please sign in to comment.