harper/harper-stats/Cargo.toml
dependabot[bot] 639a4b153d
build(deps): bump uuid from 1.18.1 to 1.19.0 (#2334)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.18.1 to 1.19.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-16 16:22:27 +00:00

19 lines
516 B
TOML

[package]
name = "harper-stats"
version = "1.2.0"
edition = "2021"
description = "The language checker for developers."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/automattic/harper"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
harper-core = { path = "../harper-core", version = "1.0.0", features = ["concurrent"] }
uuid = { version = "1.19.0", features = ["serde", "v4"] }
serde_json = "1.0.145"
chrono = "0.4.42"
[features]
default = []
js = ["uuid/js"]