From af7a26f32244a2d52f96c2b197a2eadd49487c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 04:35:15 +0000 Subject: [PATCH] Update horned-owl requirement from 0.14.0 to 1.0.0 Updates the requirements on [horned-owl](https://github.com/phillord/horned-owl) to permit the latest version. - [Changelog](https://github.com/phillord/horned-owl/blob/devel/releases.md) - [Commits](https://github.com/phillord/horned-owl/compare/v0.14.0...v1.0.0) --- updated-dependencies: - dependency-name: horned-owl 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..fac5c35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ status = "actively-developed" [dependencies] pest = "2.7" pest_derive = "2.7" -horned-owl = "0.14.0" +horned-owl = "1.0.0" curie = "0.1.1" enum_meta = "0.6.0" thiserror = "1.0.0"