Skip to content

Commit

Permalink
Merge pull request #762 from primitivefinance/dependabot/cargo/crossb…
Browse files Browse the repository at this point in the history
…eam-channel-0.5.10

build(deps): bump crossbeam-channel from 0.5.9 to 0.5.10
  • Loading branch information
0xJepsen authored Dec 28, 2023
2 parents 818e5df + 04c5bc5 commit 2a628e4
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ quote = { version = "=1.0.33" }
proc-macro2 = { version = "=1.0.69" }
tokio = { version = "1.35.1", features = ["macros", "full"] }
arbiter-core = { path = "./arbiter-core" }
crossbeam-channel = { version = "=0.5.9" }
crossbeam-channel = { version = "=0.5.10" }
futures-util = { version = "=0.3.29" }
async-trait = { version = "0.1.75" }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json.workspace = true
# Concurrency/async
tokio.workspace = true
async-trait.workspace = true
crossbeam-channel = { version = "=0.5.9" }
crossbeam-channel = { version = "=0.5.10" }
futures-timer = { version = "=3.0.2" }
futures-locks = { version = "=0.7.1" }

Expand Down

0 comments on commit 2a628e4

Please sign in to comment.