Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hashbrown to 0.11. #899

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 13 additions & 26 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,35 @@ loggers = [
]

[dependencies]
cfg-if = "0.1"
mc-crypto-digestible = { path = "../crypto/digestible" }
displaydoc = { version = "0.2", default-features = false }
hashbrown = { version = "0.6", default-features = false, features = ["serde", "nightly"] }
mc-crypto-keys = { path = "../crypto/keys", default-features = false }
mc-crypto-rand = { path = "../crypto/rand" }
# Note: mc-util-serial is an unused dependency, but anywhere we forward serde/std, we need to get rmp-serde/std also, or the build breaks.
mc-util-serial = { path = "../util/serial", default-features = false }

binascii = "0.1.2"
cfg-if = "0.1"
displaydoc = { version = "0.2", default-features = false }
hashbrown = { version = "0.11.2", default-features = false, features = ["serde", "nightly"] }
hex_fmt = "0.3"
rand_core = { version = "0.6", default-features = false }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
sha3 = { version = "0.9", default-features = false }
siphasher = "0.3"

# log- and loggers-only dependencies
mc-util-logger-macros = { path = "../util/logger-macros", optional = true }

backtrace = { version = "0.3", optional = true }
chrono = { version = "0.4", optional = true }
mc-util-logger-macros = { path = "../util/logger-macros", optional = true }
slog = { version = "2.7", default-features = false, features = ["dynamic-keys", "max_level_trace", "release_max_level_trace"] }
slog-scope = { version = "4.1.2", optional = true }

# loggers-only dependencies
mc-util-build-info = { path = "../util/build/info", optional = true }

hostname = { version = "0.1", optional = true }
lazy_static = { version = "1.4", optional = true }
mc-util-build-info = { path = "../util/build/info", optional = true }
sentry = { version = "0.18", optional = true, default-features = false, features = ["with_client_implementation", "with_reqwest_transport", "with_panic", "with_failure", "with_device_info", "with_rust_info", "with_rustls"] }
slog-async = { version = "2.3", optional = true }
slog-atomic = { version = "3.0", optional = true }
Expand Down
17 changes: 5 additions & 12 deletions consensus/enclave/trusted/Cargo.lock

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

17 changes: 5 additions & 12 deletions fog/ingest/enclave/trusted/Cargo.lock

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

17 changes: 5 additions & 12 deletions fog/ledger/enclave/trusted/Cargo.lock

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

17 changes: 5 additions & 12 deletions fog/view/enclave/trusted/Cargo.lock

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