Skip to content

Commit

Permalink
Bump hashbrown from 0.11.2 to 0.12.1 (#1915)
Browse files Browse the repository at this point in the history
* Bump hashbrown from 0.11.2 to 0.12.1

Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.11.2 to 0.12.1.
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.11.2...v0.12.1)

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

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

* Updating lock files for enclave crates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
  • Loading branch information
dependabot[bot] and nick-mobilecoin committed May 13, 2022
1 parent cf184a7 commit 99d2349
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
10 changes: 8 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ binascii = "0.1.4"
cfg-if = "1.0"
chrono = { version = "0.4", optional = true }
displaydoc = { version = "0.2", default-features = false }
hashbrown = { version = "0.11.2", default-features = false, features = ["serde", "nightly"] }
hashbrown = { version = "0.12.1", default-features = false, features = ["serde", "nightly"] }
hex_fmt = "0.3"
hostname = { version = "0.3.1", optional = true }
lazy_static = { version = "1.4", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions consensus/enclave/trusted/Cargo.lock

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

4 changes: 2 additions & 2 deletions fog/ingest/enclave/trusted/Cargo.lock

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

4 changes: 2 additions & 2 deletions fog/ledger/enclave/trusted/Cargo.lock

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

4 changes: 2 additions & 2 deletions fog/view/enclave/trusted/Cargo.lock

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

0 comments on commit 99d2349

Please sign in to comment.