chore(deps): Bump serde_json from 1.0.113 to 1.0.114 (#24687)

pull/24693/head
dependabot[bot] 2024-02-25 14:34:37 +00:00 committed by GitHub
parent fca7b702f0
commit ada6561f4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -5355,9 +5355,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.113" version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",

View File

@ -19,7 +19,7 @@ parquet_file = { path = "../parquet_file" }
object_store = { workspace=true } object_store = { workspace=true }
observability_deps = { path = "../observability_deps" } observability_deps = { path = "../observability_deps" }
schema = { path = "../schema" } schema = { path = "../schema" }
serde_json = "1.0.111" serde_json = "1.0.114"
thiserror = "1.0.56" thiserror = "1.0.56"
tokio = { version = "1.35" } tokio = { version = "1.35" }
tokio-util = { version = "0.7.10", features = ["compat"] } tokio-util = { version = "0.7.10", features = ["compat"] }

View File

@ -13,7 +13,7 @@ bytes = "1.5"
futures = { version = "0.3", default-features = false } futures = { version = "0.3", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls-native-roots"] } reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls-native-roots"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111" serde_json = "1.0.114"
snafu = "0.8" snafu = "0.8"
url = "2.5.0" url = "2.5.0"
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }

View File

@ -41,7 +41,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
tokio-util = { version = "0.7.9" } tokio-util = { version = "0.7.9" }
tonic = { workspace = true } tonic = { workspace = true }
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.107" serde_json = "1.0.114"
serde_urlencoded = "0.7.0" serde_urlencoded = "0.7.0"
tower = "0.4.13" tower = "0.4.13"
flate2 = "1.0.27" flate2 = "1.0.27"

View File

@ -28,7 +28,7 @@ parquet = { workspace = true }
thiserror = "1.0" thiserror = "1.0"
tokio = { version = "1.35", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] } tokio = { version = "1.35", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] }
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.107" serde_json = "1.0.114"
snap = "1.0.0" snap = "1.0.0"
bytes = "1.5.0" bytes = "1.5.0"
futures-util = "0.3.30" futures-util = "0.3.30"

View File

@ -28,7 +28,7 @@ prost = { workspace = true }
rand = "0.8.3" rand = "0.8.3"
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls-native-roots"] } reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls-native-roots"] }
schema = { path = "../schema" } schema = { path = "../schema" }
serde_json = "1.0.111" serde_json = "1.0.114"
tokio = { version = "1.35", features = ["macros", "parking_lot", "rt-multi-thread"] } tokio = { version = "1.35", features = ["macros", "parking_lot", "rt-multi-thread"] }
tokio-stream = "0.1.13" tokio-stream = "0.1.13"
thiserror = "1.0.56" thiserror = "1.0.56"

View File

@ -26,7 +26,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
regex = "1.10" regex = "1.10"
schema = { path = "../schema" } schema = { path = "../schema" }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111" serde_json = "1.0.114"
snafu = "0.8" snafu = "0.8"
tokio = { version = "1.35", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] } tokio = { version = "1.35", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
toml = "0.8.8" toml = "0.8.8"

View File

@ -23,7 +23,7 @@ predicate = { path = "../predicate" }
query_functions = { path = "../query_functions" } query_functions = { path = "../query_functions" }
regex = "1" regex = "1"
schema = { path = "../schema" } schema = { path = "../schema" }
serde_json = "1.0.111" serde_json = "1.0.114"
thiserror = "1.0" thiserror = "1.0"
workspace-hack = { version = "0.1", path = "../workspace-hack" } workspace-hack = { version = "0.1", path = "../workspace-hack" }

View File

@ -42,7 +42,7 @@ log = "0.4"
parking_lot = "0.12" parking_lot = "0.12"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] } reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111" serde_json = "1.0.114"
serde_urlencoded = "0.7.0" serde_urlencoded = "0.7.0"
snafu = "0.8" snafu = "0.8"
tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }

View File

@ -32,7 +32,7 @@ bytes = "1.5"
futures = "0.3" futures = "0.3"
prost = { workspace = true } prost = { workspace = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.111" serde_json = "1.0.114"
snafu = "0.8" snafu = "0.8"
tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] } tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tonic = { workspace = true } tonic = { workspace = true }

View File

@ -36,7 +36,7 @@ prost = { workspace = true }
rand = "0.8.3" rand = "0.8.3"
regex = "1.10" regex = "1.10"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] } reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
serde_json = "1.0.111" serde_json = "1.0.114"
snafu = "0.8" snafu = "0.8"
sqlx = { version = "0.7.3", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] } sqlx = { version = "0.7.3", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] }
tempfile = "3.9.0" tempfile = "3.9.0"