Skip to content

Commit

Permalink
Merge pull request #761 from primitivefinance/dependabot/cargo/async-…
Browse files Browse the repository at this point in the history
…trait-0.1.75

build(deps): bump async-trait from 0.1.74 to 0.1.75
  • Loading branch information
0xJepsen authored Dec 21, 2023
2 parents 1eab194 + 16c3270 commit c26e110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1.35.1", features = ["macros", "full"] }
arbiter-core = { path = "./arbiter-core" }
crossbeam-channel = { version = "=0.5.9" }
futures-util = { version = "=0.3.29" }
async-trait = { version = "0.1.74" }
async-trait = { version = "0.1.75" }
tracing = "0.1.40"

# Dependencies for the release build
Expand Down

0 comments on commit c26e110

Please sign in to comment.