Browse Source

Bump serde_json from 1.0.88 to 1.0.89 (#14560)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
58383c18bd
2 changed files with 3 additions and 2 deletions
  1. 2 2
      Cargo.lock
  2. 1 0
      changelog.d/14560.misc

+ 2 - 2
Cargo.lock

@@ -343,9 +343,9 @@ dependencies = [
 
 [[package]]
 name = "serde_json"
-version = "1.0.88"
+version = "1.0.89"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e8b3801309262e8184d9687fb697586833e939767aea0dda89f5a8e650e8bd7"
+checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
 dependencies = [
  "itoa",
  "ryu",

+ 1 - 0
changelog.d/14560.misc

@@ -0,0 +1 @@
+Bump serde_json from 1.0.88 to 1.0.89.