From c357cb5b8e6c73e370e3fa362bd497dc7bd91113 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Jan 2023 09:28:21 +0000
Subject: [PATCH] Bump jsonpath_lib from 0.2.6 to 0.3.0

Bumps [jsonpath_lib](https://github.com/freestrings/jsonpath) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/freestrings/jsonpath/releases)
- [Commits](https://github.com/freestrings/jsonpath/compare/v0.2.6...0.3.0)

---
updated-dependencies:
- dependency-name: jsonpath_lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 bridges/relays/utils/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bridges/relays/utils/Cargo.toml b/bridges/relays/utils/Cargo.toml
index d52901df3c3..debdbb5ee08 100644
--- a/bridges/relays/utils/Cargo.toml
+++ b/bridges/relays/utils/Cargo.toml
@@ -14,7 +14,7 @@ backoff = "0.4"
 isahc = "1.2"
 env_logger = "0.8.2"
 futures = "0.3.5"
-jsonpath_lib = "0.2"
+jsonpath_lib = "0.3"
 log = "0.4.17"
 num-traits = "0.2"
 serde_json = "1.0"
-- 
GitLab