Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.134 to 1.0.135
Browse files Browse the repository at this point in the history
Bumps [serde_json](/~https://github.com/serde-rs/json) from 1.0.134 to 1.0.135.
- [Release notes](/~https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 1afe3b1 commit f334022
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ codegen-units = 1
[dependencies]
volta-core = { path = "crates/volta-core" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.134"
serde_json = "1.0.135"
once_cell = "1.19.0"
log = { version = "0.4", features = ["std"] }
node-semver = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"

[dependencies]
hamcrest2 = "0.3.0"
serde_json = { version = "1.0.134" }
serde_json = { version = "1.0.135" }
thiserror = "2.0.9"
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.134", features = ["preserve_order"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
serde = { version = "1.0.217", features = ["derive"] }
archive = { path = "../archive" }
node-semver = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.134", features = ["preserve_order"] }
serde_json = { version = "1.0.135", features = ["preserve_order"] }
serde = { version = "1.0.217", features = ["derive"] }
walkdir = "2.5.0"

0 comments on commit f334022

Please sign in to comment.