Browse Source

Update Rust crate serde_json to 1.0.58 (#255)

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

2
Cargo.toml

@ -10,7 +10,7 @@ serde = { version = "1.0.115", features = ["derive"] }
clap = "2.33.3" clap = "2.33.3"
structopt = "0.3.16" structopt = "0.3.16"
reqwest = { version = "0.10.7", features = ["blocking", "json"] } reqwest = { version = "0.10.7", features = ["blocking", "json"] }
serde_json = "1.0.57" serde_json = "1.0.58"
chrono = { version = "0.4.15", features = ["serde"] } chrono = { version = "0.4.15", features = ["serde"] }
tar = "0.4.29" tar = "0.4.29"
xz2 = "0.1.6" xz2 = "0.1.6"

Loading…
Cancel
Save