From d41a1c896f00cc4fa1ece277c1492b744b9653f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:48:14 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.129 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.129 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.129...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/test-support/Cargo.toml | 2 +- crates/volta-core/Cargo.toml | 2 +- crates/volta-migrate/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a50215936..889417c64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1335,9 +1335,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.129" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dbcf9b78a125ee667ae19388837dd12294b858d101fdd393cb9d5501ef09eb2" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "indexmap 2.6.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index e6737786b..f9142102c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ codegen-units = 1 [dependencies] volta-core = { path = "crates/volta-core" } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.129" +serde_json = "1.0.132" once_cell = "1.19.0" log = { version = "0.4", features = ["std"] } node-semver = "2" diff --git a/crates/test-support/Cargo.toml b/crates/test-support/Cargo.toml index c882633d4..58c18a6b7 100644 --- a/crates/test-support/Cargo.toml +++ b/crates/test-support/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] hamcrest2 = "0.3.0" -serde_json = { version = "1.0.129" } +serde_json = { version = "1.0.132" } thiserror = "1.0.65" diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 97d6ffb22..e2007173e 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -17,7 +17,7 @@ terminal_size = "0.4.0" indicatif = "0.17.8" console = ">=0.11.3, <1.0.0" readext = "0.1.0" -serde_json = { version = "1.0.129", features = ["preserve_order"] } +serde_json = { version = "1.0.132", features = ["preserve_order"] } serde = { version = "1.0.213", features = ["derive"] } archive = { path = "../archive" } node-semver = "2" diff --git a/crates/volta-migrate/Cargo.toml b/crates/volta-migrate/Cargo.toml index b2da6ef6d..0647b81e9 100644 --- a/crates/volta-migrate/Cargo.toml +++ b/crates/volta-migrate/Cargo.toml @@ -10,6 +10,6 @@ volta-layout = { path = "../volta-layout" } log = { version = "0.4", features = ["std"] } tempfile = "3.13.0" node-semver = "2" -serde_json = { version = "1.0.129", features = ["preserve_order"] } +serde_json = { version = "1.0.132", features = ["preserve_order"] } serde = { version = "1.0.213", features = ["derive"] } walkdir = "2.5.0"