From 29a319f8ba3fed6789e6805da3c3a0426f2bc324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 05:00:56 +0000 Subject: Bump toml from 0.5.8 to 0.5.11 Bumps [toml](https://github.com/toml-rs/toml) from 0.5.8 to 0.5.11. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/commits/toml-v0.5.11) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... 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 d723a6a..183ff22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,9 +999,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.8" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 12a9b53..45fd1f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ typetag = "0.1.4" directories = "3.0.1" clap = "2.33" notify = "4.0" -toml = "0.5.6" +toml = "0.5.11" syn = "=1.0.57" [dependencies.cursive] -- cgit v1.2.3