From ce03df574aa07b82f63fddd955271775cfc72686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:06:29 -0500 Subject: [PATCH] Update multimap requirement from 0.9.0 to 0.10.0 in /example-app (#17) Updates the requirements on [multimap](https://github.com/havarnov/multimap) to permit the latest version. - [Commits](https://github.com/havarnov/multimap/commits) --- updated-dependencies: - dependency-name: multimap dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example-app/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example-app/Cargo.toml b/example-app/Cargo.toml index 6038683..4cfce95 100644 --- a/example-app/Cargo.toml +++ b/example-app/Cargo.toml @@ -18,7 +18,7 @@ ureq = "2.7.1" petgraph = "0.6.3" # for prost_build prost-types = "0.12" # for prost_build itertools = "0.12.0" # for prost_build -multimap = "0.9.0" # for prost_build +multimap = "0.10.0" # for prost_build lazy_static = "1.4.0" # for prost_build heck = "0.4.1" # for prost_build regex = "1.9.3" # for prost_build @@ -33,7 +33,7 @@ prost = "0.12" petgraph = "0.6.3" # for prost_build prost-types = "0.12" # for prost_build itertools = "0.12.0" # for prost_build -multimap = "0.9.0" # for prost_build +multimap = "0.10.0" # for prost_build lazy_static = "1.4.0" # for prost_build heck = "0.4.1" # for prost_build regex = "1.9.3" # for prost_build