From d4af20e216c1aadbd8ff9bdc81a20ebb20fbdf90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:12:38 +0000 Subject: [PATCH] Bump x12-types from 0.11.1 to 0.12.0 Bumps [x12-types](https://github.com/apimeister/x12-types) from 0.11.1 to 0.12.0. - [Release notes](https://github.com/apimeister/x12-types/releases) - [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-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce72a5b..09281ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -911,9 +911,9 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] name = "x12-types" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b33b58984e21883d8d0248bb8628d01cfb79200cc1e24062bd4ccd8b7e34ab1a" +checksum = "046e8a66e4780b786b8c43d5eb70c8d1ee0884b3a09a35e12bcb1b349e9e7c39" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index 2d791e5..2d017c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ serde_json = "1" encoding_rs = "0.8" lazy_static = "1.5" edifact-types = { version = "0.4" } -x12-types = { version = "0.11.1" } \ No newline at end of file +x12-types = { version = "0.12.0" } \ No newline at end of file