Skip to content

Commit

Permalink
Merge pull request #45 from primitivefinance/dependabot/cargo/tokio-1…
Browse files Browse the repository at this point in the history
….36.0

Bump tokio from 1.34.0 to 1.36.0
  • Loading branch information
0xJepsen authored Feb 14, 2024
2 parents 98b7cbf + 097af9b commit c04df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit c04df2a

Please sign in to comment.