chore(deps): Bump serde_json from 1.0.113 to 1.0.114 (#24687)
parent
fca7b702f0
commit
ada6561f4a
|
@ -5355,9 +5355,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.113"
|
||||
version = "1.0.114"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
||||
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -19,7 +19,7 @@ parquet_file = { path = "../parquet_file" }
|
|||
object_store = { workspace=true }
|
||||
observability_deps = { path = "../observability_deps" }
|
||||
schema = { path = "../schema" }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
thiserror = "1.0.56"
|
||||
tokio = { version = "1.35" }
|
||||
tokio-util = { version = "0.7.10", features = ["compat"] }
|
||||
|
|
|
@ -13,7 +13,7 @@ bytes = "1.5"
|
|||
futures = { version = "0.3", default-features = false }
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "json", "rustls-tls-native-roots"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
snafu = "0.8"
|
||||
url = "2.5.0"
|
||||
uuid = { version = "1", features = ["v4"] }
|
||||
|
|
|
@ -41,7 +41,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"] }
|
|||
tokio-util = { version = "0.7.9" }
|
||||
tonic = { workspace = true }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.114"
|
||||
serde_urlencoded = "0.7.0"
|
||||
tower = "0.4.13"
|
||||
flate2 = "1.0.27"
|
||||
|
|
|
@ -28,7 +28,7 @@ parquet = { workspace = true }
|
|||
thiserror = "1.0"
|
||||
tokio = { version = "1.35", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
serde_json = "1.0.114"
|
||||
snap = "1.0.0"
|
||||
bytes = "1.5.0"
|
||||
futures-util = "0.3.30"
|
||||
|
|
|
@ -28,7 +28,7 @@ prost = { workspace = true }
|
|||
rand = "0.8.3"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls-native-roots"] }
|
||||
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-stream = "0.1.13"
|
||||
thiserror = "1.0.56"
|
||||
|
|
|
@ -26,7 +26,7 @@ rand = { version = "0.8.3", features = ["small_rng"] }
|
|||
regex = "1.10"
|
||||
schema = { path = "../schema" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
snafu = "0.8"
|
||||
tokio = { version = "1.35", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
||||
toml = "0.8.8"
|
||||
|
|
|
@ -23,7 +23,7 @@ predicate = { path = "../predicate" }
|
|||
query_functions = { path = "../query_functions" }
|
||||
regex = "1"
|
||||
schema = { path = "../schema" }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
thiserror = "1.0"
|
||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ log = "0.4"
|
|||
parking_lot = "0.12"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-native-roots"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
serde_urlencoded = "0.7.0"
|
||||
snafu = "0.8"
|
||||
tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
|
|
|
@ -32,7 +32,7 @@ bytes = "1.5"
|
|||
futures = "0.3"
|
||||
prost = { workspace = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
serde_json = "1.0.114"
|
||||
snafu = "0.8"
|
||||
tokio = { version = "1.35", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tonic = { workspace = true }
|
||||
|
|
|
@ -36,7 +36,7 @@ prost = { workspace = true }
|
|||
rand = "0.8.3"
|
||||
regex = "1.10"
|
||||
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"
|
||||
sqlx = { version = "0.7.3", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] }
|
||||
tempfile = "3.9.0"
|
||||
|
|
Loading…
Reference in New Issue