diff --git a/Cargo.lock b/Cargo.lock index eb85b557d..9663cca6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1330,9 +1330,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "indexmap 2.7.0", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 0f114b39a..54d54ef86 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.133" +serde_json = "1.0.134" 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 351c468b8..6317f0c68 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.133" } +serde_json = { version = "1.0.134" } thiserror = "2.0.8" diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index da7398738..e107fe9cd 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -17,7 +17,7 @@ terminal_size = "0.4.1" indicatif = "0.17.9" console = ">=0.11.3, <1.0.0" readext = "0.1.0" -serde_json = { version = "1.0.133", features = ["preserve_order"] } +serde_json = { version = "1.0.134", features = ["preserve_order"] } serde = { version = "1.0.216", features = ["derive"] } archive = { path = "../archive" } node-semver = "2" diff --git a/crates/volta-migrate/Cargo.toml b/crates/volta-migrate/Cargo.toml index 40fc1b676..79dde1360 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.14.0" node-semver = "2" -serde_json = { version = "1.0.133", features = ["preserve_order"] } +serde_json = { version = "1.0.134", features = ["preserve_order"] } serde = { version = "1.0.216", features = ["derive"] } walkdir = "2.5.0"