Skip to content

Commit

Permalink
chore(deps): bump once_cell from 1.13.1 to 1.14.0 (MystenLabs#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent 392970b commit d02c24a
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 @@ -37,7 +37,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.1"
once_cell = "1.14.0"
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 @@ fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae
dashmap = "5.4.0"
either = "1.8.0"
itertools = "0.10.3"
once_cell = "1.13.1"
once_cell = "1.14.0"
rayon = "1.5.3"
serde = "1.0.144"
thiserror = "1.0.33"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/primary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dhat = { version = "0.3.0", optional = true }
futures = "0.3.24"
itertools = "0.10.3"
multiaddr = "0.14.0"
once_cell = "1.13.1"
once_cell = "1.14.0"
prometheus = "0.13.1"
prost = "0.10.4"
rand = { version = "0.8.5", features = ["small_rng"] }
Expand Down

0 comments on commit d02c24a

Please sign in to comment.