chore(deps): Bump serde_json from 1.0.79 to 1.0.80 (#4501)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.79...v1.0.80)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-05-02 15:33:47 +00:00 committed by GitHub
parent e6dd00b699
commit c05383bbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -5431,9 +5431,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
dependencies = [
"indexmap",
"itoa 1.0.1",

View File

@ -9,7 +9,7 @@ bytes = "1.0"
futures = { version = "0.3", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"
url = "2.1.1"
uuid = { version = "0.8", features = ["v4"] }

View File

@ -92,7 +92,7 @@ pin-project = "1.0"
prost = "0.10"
rustyline = { version = "9.0", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
serde_urlencoded = "0.7.0"
snafu = "0.7"
thiserror = "1.0.31"

View File

@ -28,7 +28,7 @@ mutable_batch_pb = { path = "../mutable_batch_pb", optional = true }
prost = "0.10"
rand = "0.8.3"
serde = "1.0.137"
serde_json = { version = "1.0.79", optional = true }
serde_json = { version = "1.0.80", optional = true }
thiserror = "1.0.31"
tonic = { version = "0.7" }
uuid = { version = "0.8", features = ["v4"] }

View File

@ -19,7 +19,7 @@ itertools = "0.10.0"
rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"
tokio = { version = "1.18", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.5.9"

View File

@ -37,7 +37,7 @@ parking_lot = "0.12"
prost = "0.10"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
serde_urlencoded = "0.7.0"
snafu = "0.7"
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }

View File

@ -39,7 +39,7 @@ http = "0.2.7"
hyper = "0.14"
prost = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
serde_urlencoded = "0.7.0"
snafu = "0.7"

View File

@ -14,7 +14,7 @@ observability_deps = { path = "../observability_deps" }
ordered-float = "3"
query_functions = { path = "../query_functions"}
schema = { path = "../schema" }
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"
sqlparser = "0.16.0"
workspace-hack = { path = "../workspace-hack"}

View File

@ -22,7 +22,7 @@ futures = "0.3"
pin-project = "1.0"
prost = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = "0.7"

View File

@ -24,7 +24,7 @@ futures = "0.3"
prost = "0.10"
regex = "1.5.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"
tokio = { version = "1.18", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["net"] }

View File

@ -16,7 +16,7 @@ workspace-hack = { path = "../workspace-hack"}
# Crates.io dependencies, in alphabetical order
base64 = "0.13"
serde_json = "1.0.79"
serde_json = "1.0.80"
snafu = "0.7"