Browse Source

Bump serde_json from 1.0.86 to 1.0.87 (#14279)

tags/v1.71.0rc1
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
872ea2f4de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions
  1. +2
    -2
      Cargo.lock
  2. +1
    -0
      changelog.d/14279.misc
  3. +1
    -1
      rust/Cargo.toml

+ 2
- 2
Cargo.lock View File

@@ -343,9 +343,9 @@ dependencies = [

[[package]]
name = "serde_json"
version = "1.0.86"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
dependencies = [
"itoa",
"ryu",


+ 1
- 0
changelog.d/14279.misc View File

@@ -0,0 +1 @@
Bump serde_json from 1.0.86 to 1.0.87.

+ 1
- 1
rust/Cargo.toml View File

@@ -28,7 +28,7 @@ pyo3-log = "0.7.0"
pythonize = "0.17.0"
regex = "1.6.0"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.85"
serde_json = "1.0.87"

[build-dependencies]
blake2 = "0.10.4"


Loading…
Cancel
Save