Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Mar 3, 2022
1 parent 57b3b0f commit 40c9ee0
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 31 deletions.
8 changes: 4 additions & 4 deletions network_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ edition = "2021"

[dependencies]
bytes = "1.1.0"
futures = "0.3.5"
futures = "0.3.21"
log = "0.4.14"
net2 = "0.2.37"
tokio = { version = "1.15.0", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tokio = { version = "1.17.0", features = ["full"] }
tracing = { version = "0.1.31", features = ["log"] }

sui-types = { path = "../sui_types" }

[package.metadata.cargo-udeps.ignore]
normal = ["net2"]
normal = ["net2"]
24 changes: 12 additions & 12 deletions sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ publish = false
edition = "2021"

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.55"
bytes = "1.1.0"
futures = "0.3.19"
futures = "0.3.21"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
serde_json = "1.0.79"
structopt = "0.3.26"
tempfile = "3.3.0"
tokio = { version = "1.16.1", features = ["full"] }
tokio = { version = "1.17.0", features = ["full"] }
rand = "0.8.4"
toml = "0.5.8"
strum = "0.23.0"
strum_macros = "0.23.1"
strum = "0.24.0"
strum_macros = "0.24.0"
num_cpus = "1.13.1"
base64 = "0.13.0"
ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] }
rocksdb = "0.17.0"
rocksdb = "0.18.0"
hex = "0.4.3"
async-trait = "0.1.52"
serde_with = { version = "1.11.0", features = ["hex"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["time", "env-filter"] }
serde_with = { version = "1.12.0", features = ["hex"] }
tracing = { version = "0.1.31", features = ["log"] }
tracing-subscriber = { version = "0.3.9", features = ["time", "env-filter"] }
serde-value = "0.7.0"

bcs = "0.1.3"
Expand All @@ -45,7 +45,7 @@ unescape = "0.1.0"
# Deps for rest server
dropshot = "0.6.0"
http = "0.2.6"
hyper = "0.14.16"
hyper = "0.14.17"
schemars = "0.8.8"

move-package = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71fc98ab8ea56d139d0b9f8d940" }
Expand Down Expand Up @@ -77,4 +77,4 @@ path = "src/sui-move.rs"

[[bin]]
name = "rest_server"
path = "src/rest_server.rs"
path = "src/rest_server.rs"
18 changes: 9 additions & 9 deletions sui_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ publish = false
edition = "2021"

[dependencies]
rocksdb = "0.17.0"
anyhow = "1.0.53"
rocksdb = "0.18.0"
anyhow = "1.0.55"
bcs = "0.1.3"
futures = "0.3.19"
futures = "0.3.21"
rand = "0.7.3"
serde = { version = "1.0.136", features = ["derive"] }
tokio = { version = "1.16.1", features = ["full"] }
tokio = { version = "1.17.0", features = ["full"] }
parking_lot = "0.12.0"
itertools = "0.10.3"
async-trait = "0.1.52"
tempfile = "3.3.0"
tracing = { version = "0.1", features = ["log"] }
tracing = { version = "0.1.31", features = ["log"] }
signature = "1.5.0"
ed25519-dalek = "1.0.1"
structopt = "0.3.26"
Expand All @@ -34,14 +34,14 @@ move-core-types = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71
move-package = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71fc98ab8ea56d139d0b9f8d940" }
move-vm-runtime = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71fc98ab8ea56d139d0b9f8d940" }

typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "d04c29e686aba380e6f9fc0c60a2dfdb974c5f8a"}
typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev = "a36c852c30729a16ee3c8a6a863f654887f0c30e"}

[dev-dependencies]
fdlimit = "0.2.1"
naughty-strings = "0.2.4"
similar-asserts = { version = "1.1.0" }
serde-reflection = "0.3.2"
serde_yaml = "0.8.17"
similar-asserts = "1.2.0"
serde-reflection = "0.3.5"
serde_yaml = "0.8.23"
assert-str = "0.1.0"

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion sui_programmability/adapter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
edition = "2021"

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.55"
bcs = "0.1.3"
once_cell = "1.9.0"
structopt = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion sui_programmability/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
publish = false

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.55"
smallvec = "1.8.0"
num_enum = "0.5.6"

Expand Down
8 changes: 4 additions & 4 deletions sui_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
edition = "2021"

[dependencies]
anyhow = "1.0.53"
anyhow = "1.0.55"
base64 = "0.13.0"
bcs = "0.1.3"
bincode = "1.3.3"
Expand All @@ -20,12 +20,12 @@ sha3 = "0.9"
thiserror = "1.0.30"
hex = "0.4.3"
serde_bytes = "0.11.5"
serde_json = "1.0.78"
serde_with = "1.11.0"
serde_json = "1.0.79"
serde_with = "1.12.0"
signature = "1.5.0"
static_assertions = "1.1.0"

typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev ="d04c29e686aba380e6f9fc0c60a2dfdb974c5f8a"}
typed-store = { git = "https://github.com/MystenLabs/mysten-infra", rev ="a36c852c30729a16ee3c8a6a863f654887f0c30e"}

move-binary-format = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71fc98ab8ea56d139d0b9f8d940" }
move-bytecode-utils = { git = "https://github.com/diem/move", rev = "b5146b4fb4ecc71fc98ab8ea56d139d0b9f8d940" }
Expand Down

0 comments on commit 40c9ee0

Please sign in to comment.