Skip to content

Commit

Permalink
chore(deps): bump arc-swap from 1.5.0 to 1.5.1 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent 003c2c9 commit 20ac8c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion narwhal/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing = "0.1.36"
multiaddr = "0.14.0"

crypto = { path = "../crypto" }
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion narwhal/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Mysten Labs <[email protected]>"]
edition = "2021"

[dependencies]
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
bincode = "1.3.3"
blake2 = "0.9"
bytes = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ either = "1.7.0"
itertools = "0.10.3"
serde = "1.0.142"
thiserror = "1.0.31"
arc-swap = "1.5.0"
arc-swap = "1.5.1"
once_cell = "1.13.0"
workspace-hack = { version = "0.1", path = "../workspace-hack" }
rayon = "1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.59"
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
async-trait = "0.1.57"
bincode = "1.3.3"
bytes = "1.2.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 @@ -43,7 +43,7 @@ dashmap = "5.3.4"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
itertools = "0.10.3"
mockall = "0.11.2"
node = { path = "../node" }
Expand Down
2 changes: 1 addition & 1 deletion narwhal/test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Mysten Labs <[email protected]>"]
publish = false

[dependencies]
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
base64 = "0.13.0"
bincode = "1.3.3"
blake2 = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ prometheus = "0.13.1"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
arc-swap = { version = "1.5.0", features = ["serde"] }
arc-swap = { version = "1.5.1", features = ["serde"] }
rand = "0.8.5"
tempfile = "3.3.0"
test_utils = { path = "../test_utils" }
Expand Down

0 comments on commit 20ac8c7

Please sign in to comment.