From 837ee86962342ad7542703d41e69cae77969c734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 11:11:00 +0000 Subject: [PATCH] Update config requirement from 0.11 to 0.13 Updates the requirements on [config](https://github.com/mehcode/config-rs) to permit the latest version. - [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.11.0...0.13.0) --- updated-dependencies: - dependency-name: config dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_networking/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_networking/Cargo.toml b/simag_networking/Cargo.toml index b94f2b4..2b7c109 100644 --- a/simag_networking/Cargo.toml +++ b/simag_networking/Cargo.toml @@ -9,7 +9,7 @@ rust = "1.51" # async-trait = "0.1.40" asynchronous-codec = "0.6" bincode = "1.3" -config = "0.11" +config = "0.13" crossbeam = "0.8" dashmap = "4.0" env_logger = "0.9"