Skip to content

Commit

Permalink
[internal] Bump crossbeam-channel from 0.4.4 to 0.5.0 in /src/rust/en…
Browse files Browse the repository at this point in the history
…gine (#14139)

Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.4.4 to 0.5.0.
  • Loading branch information
dependabot[bot] authored Jan 11, 2022
1 parent c7a0dff commit 22d040b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/rust/engine/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 src/rust/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protos = { path = "protos" }
bytes = "1.0"
cache = { path = "cache" }
concrete_time = { path = "concrete_time" }
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
derivative = "2.2"
async-oncecell = "0.2"
either = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion src/rust/engine/watch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [ "Pants Build <pantsbuild@gmail.com>" ]
publish = false

[dependencies]
crossbeam-channel = "0.4"
crossbeam-channel = "0.5"
fs = { path = "../fs" }
futures = "0.3"
hashing = { path = "../hashing" }
Expand Down

0 comments on commit 22d040b

Please sign in to comment.