From feead9099cc5aa8270824c2d1329223b4c00d42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:37:36 +0000 Subject: [PATCH] Bump x12-types from 0.7.0 to 0.7.3 Bumps [x12-types](https://github.com/apimeister/x12-types) from 0.7.0 to 0.7.3. - [Changelog](https://github.com/apimeister/x12-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/apimeister/x12-types/commits) --- updated-dependencies: - dependency-name: x12-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d752caf..1e61ae6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,6 +388,22 @@ version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" +[[package]] +name = "minimal-lexical" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" + +[[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" +dependencies = [ + "memchr", + "minimal-lexical", +] + [[package]] name = "num-integer" version = "0.1.45" @@ -912,12 +928,12 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "x12-types" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e617540e64c0a1b3c2d4d7edc7377ab6976daa38062720b1bf1cc6acdb5db22" +checksum = "13f78bb6f9ba4f11ba7be2f20dfaacef857407698bc7b86645ec036336c51d9a" dependencies = [ "chrono", + "nom", "serde", - "serde_x12", "validator", ]