Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.130 (Schniz#506)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Aug 30, 2021
1 parent 43f56e1 commit 750885c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/Schniz/fnm"
description = "Fast and simple Node.js version manager"

[dependencies]
serde = { version = "1.0.126", features = ["derive"] }
serde = { version = "1.0.130", features = ["derive"] }
clap = "2.33.3"
structopt = "0.3.22"
reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
Expand Down

0 comments on commit 750885c

Please sign in to comment.