From 30e0ca1517419c031cd810df70e9791d07405708 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:05:53 +0000 Subject: [PATCH] Bump nom-supreme from 0.6.0 to 0.7.0 Bumps [nom-supreme](https://github.com/Lucretiel/nom-supreme) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/Lucretiel/nom-supreme/releases) - [Changelog](https://github.com/Lucretiel/nom-supreme/blob/main/CHANGELOG.md) - [Commits](https://github.com/Lucretiel/nom-supreme/compare/v0.6.0...0.7.0) --- updated-dependencies: - dependency-name: nom-supreme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++---------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd10deaa..3b2c268f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1415,12 +1415,6 @@ dependencies = [ "syn", ] -[[package]] -name = "indent_write" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cfe9645a18782869361d9c8732246be7b410ad4e919d3609ebabdac00ba12c3" - [[package]] name = "indexmap" version = "1.8.0" @@ -1638,12 +1632,6 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" -[[package]] -name = "joinery" -version = "2.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5" - [[package]] name = "js-sys" version = "0.3.56" @@ -2002,13 +1990,11 @@ dependencies = [ [[package]] name = "nom-supreme" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aadc66631948f6b65da03be4c4cd8bd104d481697ecbb9bbd65719b1ec60bc9f" +checksum = "2f909b25a8371ad5c054abc2c48205d677231e6a2dcbf83704ed57bb147f30e0" dependencies = [ "brownstone", - "indent_write", - "joinery", "memchr", "nom", ] diff --git a/Cargo.toml b/Cargo.toml index c11a343a..eff63a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures = "0.3.19" hex = "0.4.3" jsonrpsee = { version = "0.9.0", features = ["ws-client"] } nom = "7.1.0" -nom-supreme = "0.6.0" +nom-supreme = "0.7.0" indexmap = "1.8.0" thiserror = "1.0.30" escape8259 = "0.5.1" -- GitLab