From 42f62f8f750619000c1ba274d9052dee185e4016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:27:16 +0000 Subject: [PATCH] chore: Bump serde_json from 1.0.113 to 1.0.114 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.114) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- examples/test-api/Cargo.toml | 2 +- fatigue/Cargo.toml | 2 +- libfatigue/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 489e953..c404b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1827,9 +1827,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa 1.0.6", "ryu", diff --git a/examples/test-api/Cargo.toml b/examples/test-api/Cargo.toml index 3e799bd..837e6f5 100644 --- a/examples/test-api/Cargo.toml +++ b/examples/test-api/Cargo.toml @@ -10,5 +10,5 @@ version = "0.2.14" rand = "0.8.5" rocket = {version = "0.5.0", features = ["json"]} serde = {version = "1.0.196", features = ["derive"]} -serde_json = "1.0.113" +serde_json = "1.0.114" uuid = {version = "1.7.0", features = ["v4"]} diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index 71816e0..cb6d235 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -21,6 +21,6 @@ libfatigue = { path = "../libfatigue", version = "0.2.14" } num-format = "0.4.4" prettytable-rs = "0.10.0" serde = "1.0.196" -serde_json = "1.0.113" +serde_json = "1.0.114" thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] } diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index 0bd600e..f61c36a 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -22,7 +22,7 @@ num_cpus = "1.16.0" petname = "1.1.2" reqwest = { version = "0.11.24", features = ["json"] } serde = { version = "1.0.196", features = ["derive"] } -serde_json = "1.0.113" +serde_json = "1.0.114" serde_yaml = "0.9.32" thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["full"] }