[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.109&new-version=1.0.111)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
crates/connectors/ndc-postgres/Cargo.toml | 2 +-
crates/documentation/openapi/Cargo.toml | 2 +-
crates/query-engine/execution/Cargo.toml | 2 +-
crates/query-engine/sql/Cargo.toml | 2 +-
crates/query-engine/translation/Cargo.toml | 2 +-
crates/tests/databases-tests/Cargo.toml | 2 +-
crates/tests/tests-common/Cargo.toml | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 2434e55c5..70eed90a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2584,9 +2584,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.109"
+version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9"
+checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
dependencies = [
"indexmap 2.1.0",
"itoa",
diff --git a/crates/connectors/ndc-postgres/Cargo.toml b/crates/connectors/ndc-postgres/Cargo.toml
index 6dbf46fa3..fe6a21dd9 100644
--- a/crates/connectors/ndc-postgres/Cargo.toml
+++ b/crates/connectors/ndc-postgres/Cargo.toml
@@ -26,7 +26,7 @@ percent-encoding = "2.3.1"
prometheus = "0.13.3"
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
-serde_json = { version = "1.0.109", features = ["raw_value"] }
+serde_json = { version = "1.0.111", features = ["raw_value"] }
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls" ] }
thiserror = "1.0"
tokio = { version = "1.35.1", features = ["full"] }
diff --git a/crates/documentation/openapi/Cargo.toml b/crates/documentation/openapi/Cargo.toml
index c2cb5f5cb..49676483e 100644
--- a/crates/documentation/openapi/Cargo.toml
+++ b/crates/documentation/openapi/Cargo.toml
@@ -17,7 +17,7 @@ path = "src/main.rs"
[dependencies]
ndc-postgres = { path = "../../connectors/ndc-postgres" }
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
-serde_json = { version = "1.0.109", features = ["raw_value"] }
+serde_json = { version = "1.0.111", features = ["raw_value"] }
[dev-dependencies]
insta = { version = "1.34.0", features = ["json"] }
diff --git a/crates/query-engine/execution/Cargo.toml b/crates/query-engine/execution/Cargo.toml
index 4ea958583..cd13ba377 100644
--- a/crates/query-engine/execution/Cargo.toml
+++ b/crates/query-engine/execution/Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
query-engine-sql = { path = "../sql" }
prometheus = "0.13.3"
-serde_json = "1.0.109"
+serde_json = "1.0.111"
sqlformat = "0.2.3"
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls", "uuid" ] }
tracing = "0.1.40"
diff --git a/crates/query-engine/sql/Cargo.toml b/crates/query-engine/sql/Cargo.toml
index b74cd6922..c131cf968 100644
--- a/crates/query-engine/sql/Cargo.toml
+++ b/crates/query-engine/sql/Cargo.toml
@@ -8,4 +8,4 @@ license = "Apache-2.0"
itertools = "^0.12.0"
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
-serde_json = "1.0.109"
+serde_json = "1.0.111"
diff --git a/crates/query-engine/translation/Cargo.toml b/crates/query-engine/translation/Cargo.toml
index dee733c38..42edf8571 100644
--- a/crates/query-engine/translation/Cargo.toml
+++ b/crates/query-engine/translation/Cargo.toml
@@ -11,7 +11,7 @@ query-engine-sql = { path = "../sql" }
indexmap = "2"
multimap = "0.9.1"
-serde_json = "1.0.109"
+serde_json = "1.0.111"
[dev-dependencies]
insta = { version = "1.34.0", features = ["json"] }
diff --git a/crates/tests/databases-tests/Cargo.toml b/crates/tests/databases-tests/Cargo.toml
index fecba52c4..08c0cde5d 100644
--- a/crates/tests/databases-tests/Cargo.toml
+++ b/crates/tests/databases-tests/Cargo.toml
@@ -28,6 +28,6 @@ tests-common = { path = "../tests-common" }
axum = "0.6.20"
insta = { version = "1.34.0", features = ["json"] }
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
-serde_json = "1.0.109"
+serde_json = "1.0.111"
test-each = "0.2.1"
tokio = { version = "1.35.1", features = ["full"] }
diff --git a/crates/tests/tests-common/Cargo.toml b/crates/tests/tests-common/Cargo.toml
index ec5dbdfc4..5cfda0016 100644
--- a/crates/tests/tests-common/Cargo.toml
+++ b/crates/tests/tests-common/Cargo.toml
@@ -23,7 +23,7 @@ reqwest = "0.11.23"
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
serde_derive = "^1.0"
-serde_json = { version = "1.0.109", features = ["raw_value"] }
+serde_json = { version = "1.0.111", features = ["raw_value"] }
similar-asserts = "1.5.0"
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls" ] }
tokio = { version = "1.35.1", features = ["full"] }