Skip to content

Commit

Permalink
keymanager: Bump hashbrown to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peternose committed Dec 7, 2024
1 parent bb585be commit 5da378e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ async-trait = "0.1.83"
p384 = { version = "0.13.0" }
p256 = { version = "0.13.2" }

# TODO: Remove once lru upgrades to a newer version.
hashbrown = "0.15.1"

[features]
debug-mock-sgx = ["oasis-core-runtime/debug-mock-sgx"]

0 comments on commit 5da378e

Please sign in to comment.