graphql-engine/v3/crates/query-usage-analytics/Cargo.toml
dependabot[bot] 9cf56ca622 Bump serde_json from 1.0.116 to 1.0.117 (#722)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to
1.0.117.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
V3_GIT_ORIGIN_REV_ID: 274e7a3dc975113e95ff3b10ce6b73385f0b6ecc
2024-06-17 05:13:47 +00:00

19 lines
309 B
TOML

[package]
name = "query-usage-analytics"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[dependencies]
open-dds = { path = "../open-dds" }
metadata-resolve = { path = "../metadata-resolve" }
serde = "1.0.203"
serde_json = "1.0.117"
[lints]
workspace = true