From 6563ab701850c103c555f4378c41344ded6e79e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:05:01 +0000 Subject: [PATCH] Bump ron from 0.6.6 to 0.7.0 Bumps [ron](https://github.com/ron-rs/ron) from 0.6.6 to 0.7.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.6.6...v0.7.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ebe64a..4d23f52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -588,9 +588,9 @@ dependencies = [ [[package]] name = "ron" -version = "0.6.6" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86018df177b1beef6c7c8ef949969c4f7cb9a9344181b92486b23c79995bdaa4" +checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index c4bdcaf..e1013f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ crossterm = "0.22.1" dirs = "4.0.0" expand = "0.2.0" futures-lite = "1.12.0" -ron = "0.6.6" +ron = "0.7.0" serde = { version = "1.0.130", features = ["derive"] } [dependencies.tui]