From dbc927779a2d2c26f9e0e9a452cabb46fb3b9ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:40:08 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 185e7276..0ff77f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,9 +1278,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", diff --git a/Cargo.toml b/Cargo.toml index f39009d9..2fdb23b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ itertools = "0.10" lazy_static = "1.4" log = "0.4" rayon-core = "1.9" -ron = "0.7" +ron = "0.8" scopeguard = "1.1" scopetime = { path = "./scopetime", version = "0.1" } serde = "1.0"