Browse Source

Update Rust crate serde to 1.0.116 (#254)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/add-with-shims
renovate[bot] 4 years ago committed by GitHub
parent
commit
d49b2d76e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -6,7 +6,7 @@ edition = "2018" @@ -6,7 +6,7 @@ edition = "2018"
build = "build.rs"
[dependencies]
serde = { version = "1.0.115", features = ["derive"] }
serde = { version = "1.0.116", features = ["derive"] }
clap = "2.33.3"
structopt = "0.3.16"
reqwest = { version = "0.10.7", features = ["blocking", "json"] }

Loading…
Cancel
Save