Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/docs/mio-0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel authored Apr 1, 2024
2 parents 4863eef + 70ca564 commit e0e2d2f
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 59 deletions.
119 changes: 69 additions & 50 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ arbiter-macros = "0.1.1"

revm = { version = "5.0.0", features = ["ethersdb", "std", "serde"] }
revm-primitives = "=2.0.0"
ethers = { version = "2.0.13" }
ethers = { version = "2.0.14" }

serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.114" }
toml = "0.8.10"
toml = "0.8.12"

tokio = { version = "1.36.0", features = ["macros", "full"] }
futures = "0.3.30"
Expand All @@ -61,18 +61,18 @@ async-trait = { version = "0.1.77" }
crossbeam-channel = { version = "0.5.12" }

syn = { version = "2.0.52", features = ["full"] }
proc-macro2 = { version = "1.0.78" }
proc-macro2 = { version = "1.0.79" }

tracing = "0.1.40"
thiserror = { version = "1.0.57" }
anyhow = "1.0.80"
anyhow = "1.0.81"

# Dependencies for the release build of Arbiter bin
[dependencies]
arbiter-core.workspace = true

# Command line and config
clap = { version = "4.5.1", features = ["derive"] }
clap = { version = "4.5.2", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
config = { version = "=0.14.0" }
Expand All @@ -98,7 +98,7 @@ revm-primitives.workspace = true
serde.workspace = true
async-trait.workspace = true
anyhow.workspace = true
rayon = { version = "1.8.0" }
rayon = { version = "1.10.0" }

# Necessary for examples
tokio.workspace = true
Expand Down
Loading

0 comments on commit e0e2d2f

Please sign in to comment.