Skip to content

Commit

Permalink
chore(deps): bump dashmap from 5.3.4 to 5.4.0 (MystenLabs#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent 35c0d72 commit 005227f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion narwhal/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
arc-swap = "1.5.1"
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae23ca7cc2778293fd3b1db42e8cd02d3b" }
dashmap = "5.3.4"
dashmap = "5.4.0"
either = "1.8.0"
itertools = "0.10.3"
once_cell = "1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/primary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
config = { path = "../config" }
dashmap = "5.3.4"
dashmap = "5.4.0"
derive_builder = "0.11.2"
dhat = { version = "0.3.0", optional = true }
futures = "0.3.23"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Mysten Labs <build@mystenlabs.com>"]
publish = false

[dependencies]
dashmap = "5.3.4"
dashmap = "5.4.0"
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae23ca7cc2778293fd3b1db42e8cd02d3b", package = "fastcrypto" }
futures = "0.3.23"
store = { git = "https://github.com/mystenlabs/mysten-infra.git", package = "typed-store", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
Expand Down
2 changes: 1 addition & 1 deletion narwhal/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ base64 = "0.13.0"
bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
dashmap = "5.3.4"
dashmap = "5.4.0"
derive_builder = "0.11.2"
futures = "0.3.23"
indexmap = { version = "1.9.1", features = ["serde"] }
Expand Down

0 comments on commit 005227f

Please sign in to comment.