Skip to content

Commit

Permalink
Bump async-channel from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [async-channel](https://github.com/smol-rs/async-channel) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/smol-rs/async-channel/releases)
- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-channel@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: async-channel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 2425042 commit c9c902e
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 crates/languageserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = ["build.rs"]

[dependencies]
#crossbeam-channel = "0.5.6"
async-channel = "1.8"
async-channel = "1.9"
dashmap = "5.5.0"
futures = "0.3.28"
glob = "0.3.1"
Expand Down

0 comments on commit c9c902e

Please sign in to comment.