Bump schemars from 0.8.11 to 0.8.12 (#1505)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GREsau/schemars/compare/v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: schemars
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-28 09:51:03 +01:00
committed by GitHub
parent b419a5929b
commit d6e6d75ff1
6 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@@ -3132,9 +3132,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
dependencies = [
"chrono",
"dyn-clone",
@@ -3148,9 +3148,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.11"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -31,7 +31,7 @@ colored = "2"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
chrono = { version = "~0.4", features = ["serde"] }
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order", "chrono"] }
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order", "chrono"] }
itertools = "0.10"
anyhow = "1.0.69"
futures = "0.3.26"

View File

@@ -13,7 +13,7 @@ prost = "0.11.8"
prost-types = "0.11.6"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] }
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order"] }
uuid = { version = "1.3", features = ["v4", "serde"] }
tower = "0.4.13"
tokio = "1.25.0"

View File

@@ -47,7 +47,7 @@ api = {path = "../api"}
itertools = "0.10"
indicatif = "0.17.3"
chrono = { version = "~0.4", features = ["serde"] }
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order", "chrono", "url"] }
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order", "chrono", "url"] }
num_cpus = "1.15.0"
tar = "0.4.38"
fs_extra = "1.3.0"

View File

@@ -35,7 +35,7 @@ thiserror = "1.0"
atomic_refcell = "0.1.9"
atomicwrites = "0.3.1"
memmap2 = "0.5.10"
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] }
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order"] }
log = "0.4"
geo = "0.23.1"
geohash = "0.13.0"

View File

@@ -18,7 +18,7 @@ wal = { git = "https://github.com/qdrant/wal.git", rev = "7536f9e222d55cc53f7f75
tokio = { version = "~1.25", features = ["rt-multi-thread"] }
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
schemars = { version = "0.8.11", features = ["uuid1", "preserve_order"] }
schemars = { version = "0.8.12", features = ["uuid1", "preserve_order"] }
itertools = "0.10"
async-trait = "0.1.64"
log = "0.4"