Skip to content

Commit

Permalink
rust: bump lru from 0.8.1 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [lru](https://github.com/jeromefroe/lru-rs) from 0.8.1 to 0.9.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.8.1...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 58f17c6 commit 364c7f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 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 keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base64 = "0.13.0"
futures = "0.3.25"
io-context = "0.2.0"
lazy_static = "1.3.0"
lru = "0.8.0"
lru = "0.9.0"
rand = "0.7.3"
rustc-hex = "2.0.1"
sgx-isa = { version = "0.4.0", features = ["sgxstd"] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ x509-parser = "0.14.0"
oid-registry = "0.6.0"
rsa = "0.6.1"
base64-serde = "0.6.1"
lru = "0.8.0"
lru = "0.9.0"

[target.'cfg(not(target_env = "sgx"))'.dependencies.tokio]
version = "1"
Expand Down

0 comments on commit 364c7f4

Please sign in to comment.