Skip to content

Commit

Permalink
Update type-map requirement from 0.3 to 0.5 (#10)
Browse files Browse the repository at this point in the history
Updates the requirements on [type-map](https://github.com/kardeiz/type-map) to permit the latest version.
- [Release notes](https://github.com/kardeiz/type-map/releases)
- [Commits](https://github.com/kardeiz/type-map/commits)

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 Mar 12, 2021
1 parent fc9445f commit 08db011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis-normalized-cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ artemis-test = { path = "../artemis-test" }
racetrack = "0.0.2"
tokio = { version = "0.2", features = ["full"] }
futures = "0.3"
type-map = "0.3"
type-map = "0.5"
lazy_static = "1.4"
criterion = "0.3"
chrono = "0.4"
Expand Down

0 comments on commit 08db011

Please sign in to comment.