diff options
author | dependabot[bot] | 2022-08-02 01:06:22 +0000 |
---|---|---|
committer | GitHub | 2022-08-02 01:06:22 +0000 |
commit | f4b1f9af9a9681239f202ee8cab62ab82c76d280 (patch) | |
tree | a9a2f0eb3585910ebbd95633b8ff48d818fd72b0 /helix-term | |
parent | d693b374454ed24ca143121374f9499cc23a52c8 (diff) |
build(deps): bump arc-swap from 1.5.0 to 1.5.1 (#3290)
Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/vorner/arc-swap/releases)
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: arc-swap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/Cargo.toml b/helix-term/Cargo.toml index d3e6b860..6724cabc 100644 --- a/helix-term/Cargo.toml +++ b/helix-term/Cargo.toml @@ -42,7 +42,7 @@ crossterm = { version = "0.24", features = ["event-stream"] } signal-hook = "0.3" tokio-stream = "0.1" futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } -arc-swap = { version = "1.5.0" } +arc-swap = { version = "1.5.1" } # Logging fern = "0.6" |