Browse Source

Bump serde_json from 1.0.120 to 1.0.127 (#1402)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/1403/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
c8f3da3479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      Cargo.lock

5
Cargo.lock generated

@ -3223,11 +3223,12 @@ dependencies = [ @@ -3223,11 +3223,12 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.120"
version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]

Loading…
Cancel
Save