Browse Source

fix(deps): update serde (#881)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
4c5aca7b36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.toml

4
Cargo.toml

@ -9,9 +9,9 @@ repository = "https://github.com/Schniz/fnm" @@ -9,9 +9,9 @@ repository = "https://github.com/Schniz/fnm"
description = "Fast and simple Node.js version manager"
[dependencies]
serde = { version = "1.0.149", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
clap = { version = "3.2.23", features = ["derive", "env"] }
serde_json = "1.0.89"
serde_json = "1.0.99"
chrono = { version = "0.4.23", features = ["serde"] }
tar = "0.4.38"
xz2 = "0.1.7"

Loading…
Cancel
Save