Browse Source

Bump serde_json from 1.0.70 to 1.0.71 (#542)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.70 to 1.0.71.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.70...v1.0.71)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/545/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
dd3d6acd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1181,9 +1181,9 @@ dependencies = [ @@ -1181,9 +1181,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.70"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3"
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
dependencies = [
"itoa",
"ryu",

2
Cargo.toml

@ -39,7 +39,7 @@ git2 = {version = "0.13.24", default-features = false} @@ -39,7 +39,7 @@ git2 = {version = "0.13.24", default-features = false}
image = "0.23.14"
regex = "1.4.6"
serde = "1.0.130"
serde_json = "1.0.70"
serde_json = "1.0.71"
serde_yaml = "0.8"
strum = {version = "0.23.0", features = ["derive"]}
term_size = "0.3.2"

Loading…
Cancel
Save