Skip to content

Commit

Permalink
Merge pull request #1754 from volta-cli/dependabot/cargo/serde-1.0.202
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.201 to 1.0.202
  • Loading branch information
charlespierce committed May 16, 2024
2 parents 2d899f9 + 61a6027 commit 4250c43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ indicatif = "0.17.8"
console = ">=0.11.3, <1.0.0"
readext = "0.1.0"
serde_json = { version = "1.0.117", features = ["preserve_order"] }
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
archive = { path = "../archive" }
node-semver = "2"
cmdline_words_parser = "0.2.1"
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 @@ -11,5 +11,5 @@ log = { version = "0.4", features = ["std"] }
tempfile = "3.10.1"
node-semver = "2"
serde_json = { version = "1.0.117", features = ["preserve_order"] }
serde = { version = "1.0.201", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
walkdir = "2.5.0"

0 comments on commit 4250c43

Please sign in to comment.