Skip to content

Commit

Permalink
Merge pull request #1783 from volta-cli/dependabot/cargo/serde-1.0.204
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.203 to 1.0.204
  • Loading branch information
chriskrycho authored Jul 9, 2024
2 parents 4d5d692 + 19ff2f9 commit 74e9f06
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.119", features = ["preserve_order"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", 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.119", features = ["preserve_order"] }
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
walkdir = "2.5.0"

0 comments on commit 74e9f06

Please sign in to comment.