From 740c39a94429d52940244bb29eb6c6801d373073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 04:29:05 +0000 Subject: [PATCH] Update enum_meta requirement from 0.6.0 to 0.7.0 Updates the requirements on [enum_meta](https://github.com/phillord/enum_meta) to permit the latest version. - [Commits](https://github.com/phillord/enum_meta/compare/0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: enum_meta dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a43b516..8a561c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ pest = "2.7" pest_derive = "2.7" horned-owl = "0.14.0" curie = "0.1.1" -enum_meta = "0.6.0" +enum_meta = "0.7.0" thiserror = "1.0.0" [dependencies.memmap] version = "0.7.0"