From 6678d545fb968dabbafe1b6865b4404397d893f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:12:54 +0000 Subject: [PATCH] Bump serde_json from 1.0.113 to 1.0.114 (#1996) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/pep508-rs/Cargo.toml | 2 +- crates/pypi-types/Cargo.toml | 2 +- crates/requirements-txt/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d1431e0c..a54fb85ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3209,9 +3209,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", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 090e8c868..8f3720327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ rustc-hash = { version = "1.1.0" } same-file = { version = "1.0.6" } seahash = { version = "4.1.0" } serde = { version = "1.0.197" } -serde_json = { version = "1.0.111" } +serde_json = { version = "1.0.114" } sha1 = { version = "0.10.6" } sha2 = { version = "0.10.8" } target-lexicon = { version = "0.12.14" } diff --git a/crates/pep508-rs/Cargo.toml b/crates/pep508-rs/Cargo.toml index 3aba398e0..fe962dd73 100644 --- a/crates/pep508-rs/Cargo.toml +++ b/crates/pep508-rs/Cargo.toml @@ -37,7 +37,7 @@ url = { workspace = true } [dev-dependencies] indoc = { version = "2.0.4" } log = { version = "0.4.20" } -serde_json = { version = "1.0.111" } +serde_json = { version = "1.0.114" } testing_logger = { version = "0.1.1" } [features] diff --git a/crates/pypi-types/Cargo.toml b/crates/pypi-types/Cargo.toml index add65d47d..303709355 100644 --- a/crates/pypi-types/Cargo.toml +++ b/crates/pypi-types/Cargo.toml @@ -30,6 +30,6 @@ url = { workspace = true } [dev-dependencies] indoc = { version = "2.0.4" } insta = { version = "1.35.1" } -serde_json = { version = "1.0.111" } +serde_json = { version = "1.0.114" } tempfile = { version = "3.9.0" } test-case = { version = "3.3.1" } diff --git a/crates/requirements-txt/Cargo.toml b/crates/requirements-txt/Cargo.toml index 27c853d4d..df3fd99eb 100644 --- a/crates/requirements-txt/Cargo.toml +++ b/crates/requirements-txt/Cargo.toml @@ -34,6 +34,6 @@ assert_fs = { version = "1.1.1" } indoc = { version = "2.0.4" } insta = { version = "1.35.1", features = ["filters"] } itertools = { version = "0.12.1" } -serde_json = { version = "1.0.111" } +serde_json = { version = "1.0.114" } tempfile = { version = "3.9.0" } test-case = { version = "3.3.1" }