Bump ron from 0.6.4 to 0.6.5

Bumps [ron](https://github.com/ron-rs/ron) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/ron-rs/ron/releases)
- [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ron-rs/ron/commits)

---
updated-dependencies:
- dependency-name: ron
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-10 08:05:10 +00:00 committed by GitHub
parent db6982751c
commit ffeb0c5526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -577,9 +577,9 @@ dependencies = [
[[package]]
name = "ron"
version = "0.6.4"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
checksum = "45005aa836116903a49cf3461474da697cfe66221762c6e95871092009ec86d6"
dependencies = [
"base64",
"bitflags",

View file

@ -21,7 +21,7 @@ crossterm = "0.21.0"
dirs-next = "2.0.0"
expand = "0.2.0"
futures-lite = "1.12.0"
ron = "0.6.4"
ron = "0.6.5"
serde = { version = "1.0.130", features = ["derive"] }
[dependencies.tui]