Files
qdrant/lib/common/issues/Cargo.toml
dependabot[bot] b6d528ccb0 build(deps): bump dashmap from 6.0.1 to 6.1.0 (#5055)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v6.0.1...v6.1.0)

---
updated-dependencies:
- dependency-name: dashmap
  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>
2024-09-10 07:21:21 +02:00

24 lines
482 B
TOML

[package]
name = "issues"
version = "0.0.0"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
]
license = "Apache-2.0"
edition = "2021"
publish = false
[lints]
workspace = true
[dependencies]
chrono = { workspace = true }
dashmap = "6.1.0"
http = "1.0.0"
http-serde = "2.0.0"
schemars = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serial_test = { version = "3.1.1", default-features = false }