ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump serde_json from 1.0.85 to 1.0.86

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-10-10 16:27:25 +00:00 committed by Martin von Zweigbergk
parent 7784be4200
commit 45e2f38bba
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1299,9 +1299,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.85"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
dependencies = [
"itoa",
"ryu",

View file

@ -34,7 +34,7 @@ pest_derive = "2.4.0"
protobuf = { version = "3.0.1", features = ["with-bytes"] }
rand = "0.8.5"
regex = "1.6.0"
serde_json = "1.0.85"
serde_json = "1.0.86"
tempfile = "3.3.0"
thiserror = "1.0.37"
uuid = { version = "1.2.1", features = ["v4"] }