Skip to content

Commit

Permalink
Update multimap requirement from 0.9.0 to 0.10.0 in /example-app (#17)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 3336dcd commit ce03df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce03df5

Please sign in to comment.