Skip to content

Commit

Permalink
fix(deps): update serde
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 11ef090 commit 3071a6a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repository = "https://github.com/Schniz/fnm"
description = "Fast and simple Node.js version manager"

[dependencies]
serde = { version = "1.0.166", features = ["derive"] }
serde = { version = "1.0.185", features = ["derive"] }
clap = { version = "4.3.10", features = ["derive", "env"] }
serde_json = "1.0.100"
serde_json = "1.0.105"
chrono = { version = "0.4.26", features = ["serde"] }
tar = "0.4.38"
xz2 = "0.1.7"
Expand Down

0 comments on commit 3071a6a

Please sign in to comment.