Skip to content

Commit

Permalink
chore(deps): upgrade once_cell to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Sep 8, 2022
1 parent 5d82bc4 commit 59e84db
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/sui-adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
anyhow = { version = "1.0.64", features = ["backtrace"] }
bcs = "0.1.3"
leb128 = "0.2.5"
once_cell = "1.13.1"
once_cell = "1.14.0"

move-binary-format = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_yaml = "0.8.26"
rand = "0.8.5"
dirs = "4.0.0"
multiaddr = "0.14.0"
once_cell = "1.13.1"
once_cell = "1.14.0"
tracing = "0.1.36"

fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae23ca7cc2778293fd3b1db42e8cd02d3b" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prometheus = "0.13.1"
arc-swap = "1.5.1"
tokio-retry = "0.3"
scopeguard = "1.1"
once_cell = "1.13.1"
once_cell = "1.14.0"
tap = "1.0"

sui-adapter = { path = "../sui-adapter" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-cost-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
move-binary-format = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
move-vm-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
once_cell = "1.13.1"
once_cell = "1.14.0"
workspace-hack = { path = "../workspace-hack"}

anyhow = { version = "1.0.64", features = ["backtrace"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-framework-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]

once_cell = "1.13.1"
once_cell = "1.14.0"

sui-types = { path = "../sui-types" }
sui-verifier = { path = "../../crates/sui-verifier" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bcs = "0.1.3"
linked-hash-map = "0.5.6"
smallvec = "1.9.0"
num_enum = "0.5.7"
once_cell = "1.13.1"
once_cell = "1.14.0"
sha3 = "0.10.1"
curve25519-dalek-ng = "4.1.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/sui-transactional-test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
anyhow = "1.0.64"
bimap = "0.6.2"
clap = { version = "3.1.8", features = ["derive"] }
once_cell = "1.13.1"
once_cell = "1.14.0"
rand = "0.8.5"

move-binary-format = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = { version = "1.0.64", features = ["backtrace"] }
bcs = "0.1.3"
byteorder = "1.4.3"
itertools = "0.10.3"
once_cell = "1.13.1"
once_cell = "1.14.0"
rand = "0.8.5"
serde = { version = "1.0.144", features = ["derive"] }
curve25519-dalek = { version = "3", default-features = false, features = ["serde", "u64_backend"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sui-node = { path = "../sui-node" }
sui-swarm = { path = "../sui-swarm" }
sui-types = { path = "../sui-types" }
sui-sdk = { path = "../sui-sdk" }
once_cell = "1.13.1"
once_cell = "1.14.0"

move-package = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e" }
move-core-types = { git = "https://github.com/move-language/move", rev = "e1e647b73dbd3652aabb2020728a4a517c26e28e", features = ["address20"] }
Expand Down

0 comments on commit 59e84db

Please sign in to comment.