diff --git a/Cargo.lock b/Cargo.lock index 030eaf77..86d72a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,9 +1979,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ "itoa", "ryu", diff --git a/crates/ndc-sqlserver/Cargo.toml b/crates/ndc-sqlserver/Cargo.toml index 25871ffe..98bd6274 100644 --- a/crates/ndc-sqlserver/Cargo.toml +++ b/crates/ndc-sqlserver/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.4.4", features = ["derive"] } schemars = { version = "0.8.15", features = ["smol_str"] } serde = "1.0.188" serde_derive = "^1.0" -serde_json = { version = "1.0.105", features = ["raw_value"] } +serde_json = { version = "1.0.107", features = ["raw_value"] } tokio = { version = "1.32.0", features = ["full"] } tracing = "0.1.37" prometheus = "0.13.3" diff --git a/crates/query-engine/Cargo.toml b/crates/query-engine/Cargo.toml index 886db33c..05808c0e 100644 --- a/crates/query-engine/Cargo.toml +++ b/crates/query-engine/Cargo.toml @@ -13,7 +13,7 @@ bb8-tiberius = "0.15.0" indexmap = "1" schemars = { version = "0.8.15", features = ["smol_str"] } serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.105" +serde_json = "1.0.107" sqlformat = "0.2.2" tracing = "0.1.37"