Bump ron from 0.7.1 to 0.8.0

Bumps [ron](https://github.com/ron-rs/ron) from 0.7.1 to 0.8.0.
- [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/compare/v0.7.1...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-16 08:55:35 +00:00 committed by GitHub
parent 238e3d0942
commit 531777af3c
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

@ -541,9 +541,9 @@ dependencies = [
[[package]]
name = "ron"
version = "0.7.1"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
"base64",
"bitflags",

View file

@ -21,7 +21,7 @@ crossterm = "0.25.0"
dirs = "4.0.0"
expand = "0.2.0"
futures-lite = "1.12.0"
ron = "0.7.1"
ron = "0.8.0"
serde = { version = "1.0.143", features = ["derive"] }
[dependencies.tui]