From cf805606865901acfa492b2c7f6b7559ccb2ed1e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 1 Jul 2024 15:34:00 +0000
Subject: [PATCH] Bump serde_json from 1.0.116 to 1.0.119

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.119.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.119)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Cargo.lock            | 4 ++--
 cli/Cargo.toml        | 2 +-
 core/Cargo.toml       | 2 +-
 test-suite/Cargo.toml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4c3ea7f..dc6c2c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -345,9 +345,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.116"
+version = "1.0.119"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
+checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
 dependencies = [
  "itoa",
  "ryu",
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 03bbcb4..e2bd9e0 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -11,7 +11,7 @@ categories = ["command-line-utilities"]
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-serde_json = "1.0.116"
+serde_json = "1.0.119"
 clap = { version = "4.5.4", features = ["derive"] }
 schema2000 = { version = "0.1.0",  path = "../core" }
 
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 31a5af9..77a2704 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -12,6 +12,6 @@ authors = ["REWE Digital schema2000 maintainers"]
 
 [dependencies]
 maplit = "1.0.2"
-serde_json = "1.0.116"
+serde_json = "1.0.119"
 parameterized = "1.0.1"
 chrono = "0.4.38"
diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml
index 97dbcce..8516890 100644
--- a/test-suite/Cargo.toml
+++ b/test-suite/Cargo.toml
@@ -6,5 +6,5 @@ edition = "2018"
 license = "MIT OR Apache-2.0"
 
 [dependencies]
-serde_json = "1.0.116"
+serde_json = "1.0.119"
 schema2000 = { path = "../core" }