Skip to content

Commit

Permalink
Bump serde_json from 1.0.116 to 1.0.134
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.134.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.134)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 06f0593 commit 7bebd40
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 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/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive", "env"] }
schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
serde_json = { version = "1.0.134", features = ["raw_value"] }
serde_yaml = "0.9.34"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ndc-sqlserver-configuration = { path = "../configuration" }
tiberius = { version = "0.12.2", default-features = false, features = ["rustls"] }
async-trait = "0.1.80"
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
serde_json = { version = "1.0.134", features = ["raw_value"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.40"
prometheus = "0.13.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bb8 = "0.8.1"
bb8-tiberius = "0.15.0"
bytes = "1.6.0"
prometheus = "0.13.3"
serde_json = "1.0.116"
serde_json = "1.0.134"
sqlformat = "0.3.3"
tokio-stream = "0.1.14"
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 @@ -9,4 +9,4 @@ workspace = true

[dependencies]
ndc-models = { workspace = true }
serde_json = "1.0.116"
serde_json = "1.0.134"
2 changes: 1 addition & 1 deletion crates/query-engine/translation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ query-engine-metadata = { path = "../metadata" }
query-engine-sql = { path = "../sql" }

indexmap = "2.1"
serde_json = "1.0.116"
serde_json = "1.0.134"

[dev-dependencies]
insta = { version = "1.38.0", features = ["json"] }
Expand Down

0 comments on commit 7bebd40

Please # to comment.