From a44f3669064605c32f93f746735b018adc72584d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 04:14:40 +0000 Subject: [PATCH] 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2b647a..1eb61d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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 90485c7..ead7ba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ actix-rt = "2.7.0" actix-web = "4.0.1" badge = "0.3.0" bytes = "1.1.0" -config = { version = "0.13.0", features = ["toml"] } +config = { version = "0.13.1", features = ["toml"] } dotenv = "0.15.0" futures = "0.3.21" git2 = "0.14.2"