From 9f201e1a6dc17186dc39e9af2d892cec60a88b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:14:29 +0000 Subject: [PATCH] Update nom requirement from 6.1 to 7.1 Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version. - [Changelog](https://github.com/rust-bakery/nom/blob/7.1.3/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/6.1.0...7.1.3) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orientdb-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orientdb-client/Cargo.toml b/orientdb-client/Cargo.toml index 2e8776c..33f0ce1 100644 --- a/orientdb-client/Cargo.toml +++ b/orientdb-client/Cargo.toml @@ -27,7 +27,7 @@ maintenance = {status = "actively-developed"} chrono = "0.4.7" byteorder = "1.3.2" r2d2 = "0.8.5" -nom = "6.1" +nom = "7.1" thiserror = "1.0.13" async-std = { version = "1.9", optional = true, features = ["unstable","attributes"] } async-trait = { version = "0.1.10", optional = true }