Skip to content

Commit

Permalink
chore: bump all dependencies (#4956)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed May 17, 2023
1 parent 5ef5a5a commit 39e42f1
Show file tree
Hide file tree
Showing 19 changed files with 616 additions and 658 deletions.
855 changes: 417 additions & 438 deletions Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions anvil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ futures = "0.3"
async-trait = "0.1"

# misc
serde_json = "1.0.95"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
yansi = "0.5"
tempfile = "3.5"
tempfile = "3"

# cli
clap = { version = "4.2", features = ["derive", "env", "wrap_help"], optional = true }
clap_complete = { version = "4.2", optional = true }
chrono = "0.4.24"
auto_impl = "1.0"
clap = { version = "4", features = ["derive", "env", "wrap_help"], optional = true }
clap_complete = { version = "4", optional = true }
chrono = "0.4"
auto_impl = "1"
ctrlc = { version = "3", optional = true }
fdlimit = { version = "0.2.1", optional = true }
clap_complete_fig = "4.2"
ethereum-forkid = "0.11"
fdlimit = { version = "0.2", optional = true }
clap_complete_fig = "4"
ethereum-forkid = "0.12"

# ethers
[target.'cfg(not(windows))'.dependencies]
Expand Down
10 changes: 3 additions & 7 deletions anvil/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ license = "MIT OR Apache-2.0"
[dependencies]
# foundry internal
foundry-evm = { path = "../../evm" }
revm = { version = "3.1.1", default-features = false, features = [
"std",
"serde",
"memory_limit",
] }
revm = { version = "3", default-features = false, features = ["std", "serde", "memory_limit"] }

ethers-core = { workspace = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0" }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = "1"
bytes = { version = "1.4" }
open-fastrlp = { version = "0.1.4", optional = true }

Expand Down
16 changes: 8 additions & 8 deletions anvil/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ parking_lot = "0.12"
futures = "0.3"

# ipc
parity-tokio-ipc = { version = "0.9.0", optional = true }
parity-tokio-ipc = { version = "0.9", optional = true }
bytes = { version = "1.4", optional = true }
tokio-util = { version = "0.7.7", features = ["codec"], optional = true }
tokio-util = { version = "0.7", features = ["codec"], optional = true }

# misc
serde_json = "1.0.95"
serde = { version = "1.0.159", features = ["derive"] }
async-trait = "0.1.68"
thiserror = "1.0.40"
serde_json = "1"
serde = { version = "1", features = ["derive"] }
async-trait = "0.1"
thiserror = "1"

clap = { version = "4.2", features = ["derive", "env"], optional = true }
pin-project = "1.0.12"
clap = { version = "4", features = ["derive", "env"], optional = true }
pin-project = "1"

[features]
default = ["ipc"]
Expand Down
6 changes: 3 additions & 3 deletions binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ethers-solc = { workspace = true, features = ["async", "svm-solc", "project-util
ethers-contract = { workspace = true, features = ["abigen"] }
curl = { version = "0.4", default-features = false, features = ["http2"] }
eyre = "0.6"
git2 = { version = "0.16.1", default-features = false }
url = "2.3"
git2 = { version = "0.17", default-features = false }
url = "2"
tracing = "0.1"
tempfile = "3.5"
tempfile = "3"
28 changes: 14 additions & 14 deletions cast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ foundry-evm = { path = "./../evm" }
foundry-config = { path = "./../config" }
foundry-common = { path = "./../common" }

futures = "0.3.27"
ethers-etherscan = { workspace = true }
ethers-contract = { workspace = true, features = ["abigen"] }
ethers-core = { workspace = true }
ethers-providers = { workspace = true }
ethers-signers = { workspace = true }
eyre = "0.6.8"
rustc-hex = "2.1.0"
serde = "1.0.159"
serde_json = "1.0.95"
chrono = "0.4.24"
hex = "0.4.3"
num_cpus = "1.13.0"
rayon = "1.5.1"
futures = "0.3"
eyre = "0.6"
rustc-hex = "2"
serde = "1"
serde_json = "1"
chrono = "0.4"
hex = "0.4"
num_cpus = "1"
rayon = "1"

# aws
rusoto_core = { version = "0.48.0", default-features = false, optional = true }
rusoto_kms = { version = "0.48.0", default-features = false, optional = true }
evm-disassembler = "0.2.0"
rusoto_core = { version = "0.48", default-features = false, optional = true }
rusoto_kms = { version = "0.48", default-features = false, optional = true }
evm-disassembler = "0.2"

[dev-dependencies]
async-trait = "0.1.68"
async-trait = "0.1"
tokio = "1"
thiserror = "1.0"
thiserror = "1"

[features]
default = ["ledger", "trezor", "aws"]
Expand Down
26 changes: 13 additions & 13 deletions chisel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@ ethers = { workspace = true }
ethers-solc = { workspace = true, features = ["project-util", "full"] }

# async
tokio = { version = "1.27.0", features = ["full"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", default-features = false, features = ["rustls"] }

# misc
clap = { version = "4.2", features = ["derive", "env", "wrap_help"] }
rustyline = "11.0"
clap = { version = "4", features = ["derive", "env", "wrap_help"] }
rustyline = "11"
solang-parser = "=0.2.4"
yansi = "0.5"
strum = { version = "0.24.1", features = ["derive"] }
serde = "1.0.159"
serde_json = { version = "1.0.95", features = ["raw_value"] }
semver = "1.0.17"
bytes = "1.4"
revm = "3.1.1"
strum = { version = "0.24", features = ["derive"] }
serde = "1"
serde_json = { version = "1", features = ["raw_value"] }
semver = "1"
bytes = "1"
revm = "3"
eyre = "0.6"
dirs = "5.0"
time = { version = "0.3.20", features = ["formatting"] }
dirs = "5"
time = { version = "0.3", features = ["formatting"] }
regex = "1"

[dev-dependencies]
criterion = { version = "0.4", features = ["async_tokio"] }
serial_test = "2.0"
once_cell = "1.17"
serial_test = "2"
once_cell = "1"

[build-dependencies]
vergen = { version = "8", default-features = false, features = ["build", "git", "git2"] }
Expand Down
67 changes: 33 additions & 34 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ ethers = { workspace = true, features = ["rustls"] }
solang-parser = "=0.2.4"

# cli
clap = { version = "4.2", features = ["derive", "env", "unicode", "wrap_help"] }
clap_complete = "4.2"
clap_complete_fig = "4.2"
clap = { version = "4", features = ["derive", "env", "unicode", "wrap_help"] }
clap_complete = "4"
clap_complete_fig = "4"
yansi = "0.5"
tracing-error = "0.2"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter", "fmt"] }
tracing = "0.1"
console = "0.15"
watchexec = "2.3"
watchexec = "2"
is-terminal = "0.4"
comfy-table = "6.1"
reqwest = { version = "0.11.16", default-features = false, features = [
comfy-table = "6"
reqwest = { version = "0.11", default-features = false, features = [
"json",
"rustls",
"rustls-tls-native-roots",
Expand All @@ -48,52 +48,51 @@ dialoguer = { version = "0.10", default-features = false }

# async / parallel
tokio = { version = "1", features = ["macros"] }
futures = "0.3.27"
rayon = "1.7.0"
async-trait = "0.1.68"
futures = "0.3"
rayon = "1"
async-trait = "0.1"

# disk / paths
walkdir = "2.3.3"
dunce = "1.0.3"
globset = "0.4.10"
path-slash = "0.2.1"
tempfile = "3.5"
walkdir = "2"
dunce = "1"
globset = "0.4"
path-slash = "0.2"
tempfile = "3"

# misc
eyre = "0.6"
color-eyre = "0.6"
rustc-hex = "2.1.0"
serde_json = "1.0.95"
regex = { version = "1.7.3", default-features = false }
rpassword = "7.2.0"
hex = "0.4.3"
serde = { version = "1.0.159", features = ["derive"] }
itertools = "0.10.5"
proptest = "1.1.0"
semver = "1.0.17"
once_cell = "1.17"
similar = { version = "2.2.1", features = ["inline"] }
strsim = "0.10.0"
bytes = "1.4.0"
rustc-hex = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
regex = { version = "1", default-features = false }
rpassword = "7"
hex = "0.4"
itertools = "0.10"
proptest = "1"
semver = "1"
once_cell = "1"
similar = { version = "2", features = ["inline"] }
strsim = "0.10"
bytes = "1.4"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1.0.40"
indicatif = "0.17.3"
which = "4.4.0"
thiserror = "1"
indicatif = "0.17"
which = "4"
parking_lot = "0.12"

[dev-dependencies]
anvil = { path = "../anvil" }
foundry-utils = { path = "./../utils", features = ["test"] }
foundry-utils = { path = "./../utils" }
foundry-cli-test-utils = { path = "./test-utils" }
pretty_assertions = "1.3"
pretty_assertions = "1"
toml = "0.7"
serial_test = "2.0"
serial_test = "2"
criterion = "0.4"
svm = { package = "svm-rs", version = "0.2", default-features = false, features = ["rustls"] }

[features]
default = ["rustls"]
solc-asm = ["ethers/solc-sha2-asm"]
rustls = ["ethers/rustls"]
openssl = ["ethers/openssl"]

Expand Down
14 changes: 7 additions & 7 deletions cli/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ foundry-common = { path = "../../common" }
ethers = { workspace = true }
ethers-solc = { workspace = true, features = ["project-util"] }

tempfile = "3.5"
walkdir = "2.3"
once_cell = "1.17"
serde_json = "1.0.95"
parking_lot = "0.12"
eyre = "0.6"
is-terminal = "0.4"
pretty_assertions = "1.3.0"
regex = "1.7.3"
once_cell = "1"
parking_lot = "0.12"
pretty_assertions = "1"
regex = "1"
serde_json = "1"
tempfile = "3"
walkdir = "2"
22 changes: 11 additions & 11 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ ethers-etherscan = { workspace = true, features = ["ethers-solc"] }
reqwest = { version = "0.11", default-features = false }

# cli
clap = { version = "4.2", features = ["derive", "env", "unicode", "wrap_help"] }
comfy-table = "6.1.4"
clap = { version = "4", features = ["derive", "env", "unicode", "wrap_help"] }
comfy-table = "6"
tracing = "0.1"
is-terminal = "0.4"
yansi = "0.5"
tempfile = "3.5"
tempfile = "3"

# misc
serde = "1.0.159"
serde_json = "1.0.95"
thiserror = "1.0.40"
serde = "1"
serde_json = "1"
thiserror = "1"
eyre = "0.6"
walkdir = "2.3"
semver = "1.0.17"
once_cell = "1.17"
dunce = "1.0"
regex = "1.7"
walkdir = "2"
semver = "1"
once_cell = "1"
dunce = "1"
regex = "1"

[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
32 changes: 16 additions & 16 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,36 @@ ethers-solc = { workspace = true, features = ["async", "svm-solc"] }
ethers-etherscan = { workspace = true }

# formats
Inflector = "0.11.4"
Inflector = "0.11"
figment = { version = "0.10", features = ["toml", "env"] }
number_prefix = "0.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_regex = "1.1.0"
serde_json = "1.0.95"
number_prefix = "0.4"
serde = { version = "1", features = ["derive"] }
serde_regex = "1"
serde_json = "1"
toml = { version = "0.7", features = ["preserve_order"] }
toml_edit = "0.19"

# dirs
dirs-next = "2.0.0"
globset = "0.4.10"
walkdir = "2.3.3"
dirs-next = "2"
globset = "0.4"
walkdir = "2"

# encoding
open-fastrlp = "0.1.4"
open-fastrlp = "0.1"

# misc
eyre = "0.6.8"
regex = "1.7.3"
semver = { version = "1.0.17", features = ["serde"] }
eyre = "0.6"
regex = "1"
semver = { version = "1", features = ["serde"] }
tracing = "0.1"
once_cell = "1.17"
thiserror = "1.0"
once_cell = "1"
thiserror = "1"
reqwest = { version = "0.11", default-features = false }

[target.'cfg(target_os = "windows")'.dependencies]
path-slash = "0.2.1"

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1"
figment = { version = "0.10", features = ["test"] }
tempfile = "3.5"
tempfile = "3"
Loading

0 comments on commit 39e42f1

Please sign in to comment.