Skip to content

Commit

Permalink
Merge pull request #771 from primitivefinance/dependabot/cargo/future…
Browse files Browse the repository at this point in the history
…s-0.3.30

build(deps): bump futures from 0.3.29 to 0.3.30
  • Loading branch information
0xJepsen committed Jan 4, 2024
2 parents 99017fe + 80e5e91 commit 1f16ea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tracing-test = "0.2.4"
polars = "0.35.4"
cargo_metadata = "0.18.1"
chrono = "0.4.31"
futures = { version = "=0.3.29" }
futures = { version = "=0.3.30" }

assert_matches = { version = "=1.5" }

Expand Down
2 changes: 1 addition & 1 deletion arbiter-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing.workspace = true
async-stream = "0.3.5"
tokio-stream = "0.1.14"
async-broadcast = "0.6.0"
futures = "0.3.29"
futures = "0.3.30"

[dev-dependencies]
arbiter-core.workspace = true
Expand Down

0 comments on commit 1f16ea7

Please sign in to comment.