Skip to content

Commit

Permalink
rust: bump lru from 0.6.1 to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 14, 2020
1 parent 502125c commit 80a83d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 keymanager-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-core-keymanager-api-common = { path = "../keymanager-api-common" }
anyhow = "1.0"
futures = "0.1.25"
io-context = "0.2.0"
lru = "0.6.1"
lru = "0.6.2"

[target.'cfg(not(target_env = "sgx"))'.dependencies]
grpcio = "0.4.6"
2 changes: 1 addition & 1 deletion keymanager-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oasis-core-keymanager-client = { path = "../keymanager-client" }

anyhow = "1.0"
lazy_static = "1.3.0"
lru = "0.6.1"
lru = "0.6.2"
io-context = "0.2.0"
rand = "0.7.3"
sgx-isa = { version = "0.3.3", features = ["sgxstd"] }
Expand Down

0 comments on commit 80a83d6

Please sign in to comment.