From 0a68670c3090c21f5da49b12abca4c33a26d7485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 15:39:40 +0000 Subject: [PATCH] cargo: bump config from 0.13.0 to 0.13.1 Bumps [config](https://github.com/mehcode/config-rs) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/mehcode/config-rs/releases) - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 612fdf020..c96e212c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "config" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a623a46970097d353e2c8154fa527d8ce45cd0e02cc1812969b889c49b3728e8" +checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b" dependencies = [ "async-trait", "json5", diff --git a/Cargo.toml b/Cargo.toml index aba0a6573..ee9b75a2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = "0.4.19" clap = { version = "3.1.8", features = ["derive"] } clap_complete = "3.1.1" clap_mangen = "0.1" -config = "0.13.0" +config = "0.13.1" criterion = "0.3.5" dirs = "4.0.0" git2 = "0.14.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 07ce556fa..44e893154 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ blake2 = "0.10.4" bytes = "1.1.0" byteorder = "1.4.3" chrono = "0.4.19" -config = "0.13.0" +config = "0.13.1" git2 = "0.14.2" hex = "0.4.3" itertools = "0.10.3"