Skip to content

Commit

Permalink
chore(deps): bump once_cell from 1.13.0 to 1.13.1 (MystenLabs/narwhal…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 17, 2022
1 parent ec7220a commit eaf22fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion narwhal/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ark-std = { version = "0.3.0", features = ["std"], optional = true }
blake2 = "0.9"
blst = "0.3.10"
digest = "0.10.3"
once_cell = "1.13.0"
once_cell = "1.13.1"
readonly = "0.2.2"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

Expand Down
2 changes: 1 addition & 1 deletion narwhal/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crypto = { path = "../crypto" }
dashmap = "5.3.4"
either = "1.7.0"
itertools = "0.10.3"
once_cell = "1.13.0"
once_cell = "1.13.1"
rayon = "1.5.3"
serde = "1.0.143"
thiserror = "1.0.32"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/primary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dhat = { version = "0.3.0", optional = true }
futures = "0.3.23"
itertools = "0.10.3"
multiaddr = "0.14.0"
once_cell = "1.13.0"
once_cell = "1.13.1"
prometheus = "0.13.1"
prost = "0.10.4"
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down

0 comments on commit eaf22fc

Please sign in to comment.