diff --git a/Cargo.toml b/Cargo.toml index 24feffb..fe42528 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tracing-subscriber = "0.3.18" arbiter-core = { version = "0.10.1" } arbiter-macros = { version = "0.1.1" } arbiter-engine = { version = "0.2.0" } -tokio = { version = "1.34.0", features = ["full"] } +tokio = { version = "1.36.0", features = ["full"] } ethers = { version = "2.0.10" } serde = { version = "1.0.189", features = ["derive"] } anyhow = { version = "1.0.79" }