diff --git a/Cargo.lock b/Cargo.lock index 6fb11673486..63785ac6c59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5026,6 +5026,7 @@ dependencies = [ "tracing-opentelemetry", "user-facing-errors", "uuid", + "wasm-rs-dbg", ] [[package]] diff --git a/query-engine/connectors/sql-query-connector/Cargo.toml b/query-engine/connectors/sql-query-connector/Cargo.toml index bc3c849da48..b467fcd277b 100644 --- a/query-engine/connectors/sql-query-connector/Cargo.toml +++ b/query-engine/connectors/sql-query-connector/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3" itertools.workspace = true once_cell = "1.3" rand = "0.7" -serde_json = { version = "1.0", features = ["float_roundtrip"] } +serde_json = {version = "1.0", features = ["float_roundtrip"]} thiserror = "1.0" tokio = { version = "1.0", features = ["macros", "time"] } tracing = "0.1" @@ -28,7 +28,6 @@ opentelemetry = { version = "0.17", features = ["tokio"] } tracing-opentelemetry = "0.17.3" cuid = { git = "https://github.com/prisma/cuid-rust", branch = "wasm32-support" } hex = "0.4" -wasm-rs-dbg.workspace = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies] quaint.workspace = true