Bump serde_json from 1.0.86 to 1.0.91

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

---
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-12-18 17:55:17 +00:00
committed by GitHub
parent d1e29cbcae
commit f31df47a72
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

@@ -55,7 +55,7 @@ eyre = "0.6"
directories = "4"
indicatif = "0.17.1"
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.91"
tui = { version = "0.19", default-features = false, features = ["termion"] }
termion = "1.5"
unicode-width = "0.1"

View File

@@ -34,7 +34,7 @@ whoami = "1.1.2"
interim = { version = "0.1.0", features = ["chrono"] }
config = { version = "0.13", default-features = false, features = ["toml"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.91"
parse_duration = "2.1.1"
async-trait = "0.1.58"
itertools = "0.10.5"

View File

@@ -18,7 +18,7 @@ uuid = { version = "1.2", features = ["v4"] }
whoami = "1.1.2"
config = { version = "0.13", default-features = false, features = ["toml"] }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.86"
serde_json = "1.0.91"
sodiumoxide = "0.2.6"
base64 = "0.20.0"
rand = "0.8.4"