Skip to content

Commit

Permalink
chore(deps): Bump serde_json from 1.0.111 to 1.0.112
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.112.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.112)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent 9eec086 commit 3d75b70
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/connectors/ndc-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.111", features = ["raw_value"] }
serde_json = { version = "1.0.112", features = ["raw_value"] }
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls" ] }
thiserror = "1.0"
tokio = { version = "1.35.1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/documentation/openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.111", features = ["raw_value"] }
serde_json = { version = "1.0.112", features = ["raw_value"] }

[dev-dependencies]
insta = { version = "1.34.0", features = ["json"] }
2 changes: 1 addition & 1 deletion crates/query-engine/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
query-engine-sql = { path = "../sql" }

prometheus = "0.13.3"
serde_json = "1.0.111"
serde_json = "1.0.112"
sqlformat = "0.2.3"
sqlx = { version = "0.7.3", features = [ "json", "postgres", "runtime-tokio-rustls", "uuid" ] }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "Apache-2.0"
[dependencies]
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = "1.0.195"
serde_json = "1.0.111"
serde_json = "1.0.112"
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ query-engine-sql = { path = "../sql" }

indexmap = "2"
multimap = "0.9.1"
serde_json = "1.0.111"
serde_json = "1.0.112"

[dev-dependencies]
insta = { version = "1.34.0", features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/tests/databases-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.111"
serde_json = "1.0.112"
test-each = "0.2.1"
tokio = { version = "1.35.1", features = ["full"] }
2 changes: 1 addition & 1 deletion crates/tests/tests-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.111", features = ["raw_value"] }
serde_json = { version = "1.0.112", 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"] }
Expand Down

0 comments on commit 3d75b70

Please sign in to comment.