Bump ron from 0.6.5 to 0.6.6

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

---
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-10-22 08:04:09 +00:00 committed by GitHub
parent 6bf7aa1a55
commit 6695154e7f
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

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

View file

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