From 38e13e66cf4cc08f98ed13be308c7656cc074b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 18:28:29 +0000 Subject: [PATCH] Bump nom from 7.1.0 to 7.1.1 (#315) --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 006e1316f..7a93ac0bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,13 +284,12 @@ checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] name = "nom" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" +checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" dependencies = [ "memchr", "minimal-lexical", - "version_check", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f929d6154..9c4cfef0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] } libm = "0.2.1" linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } -nom = { version = "7.1.0", default-features = false, features = ["alloc"] } +nom = { version = "7.1.1", default-features = false, features = ["alloc"] } object = { version = "0.27.1", default-features = false, features = ["read"] } pbkdf2 = { version = "0.10.0", default-features = false } pc-keyboard = "0.5.1"