Skip to content

Commit

Permalink
Merge pull request #1826 from volta-cli/dependabot/cargo/serde-1.0.205
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.204 to 1.0.205
  • Loading branch information
chriskrycho authored Aug 11, 2024
2 parents 4ad0fcc + 97d1b06 commit cc582f6
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.122", features = ["preserve_order"] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", 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.11.0"
node-semver = "2"
serde_json = { version = "1.0.122", features = ["preserve_order"] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.205", features = ["derive"] }
walkdir = "2.5.0"

0 comments on commit cc582f6

Please sign in to comment.