Bump schemars from 0.8.13 to 0.8.15 (#2687)

Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.15.
- [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.13...v0.8.15)

---
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-09-19 08:38:27 +02:00
committed by generall
parent b5f42e88de
commit 8936c76e77
6 changed files with 9 additions and 9 deletions

8
Cargo.lock generated
View File

@@ -4348,9 +4348,9 @@ dependencies = [
[[package]]
name = "schemars"
version = "0.8.13"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161"
checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
dependencies = [
"chrono",
"dyn-clone",
@@ -4364,9 +4364,9 @@ dependencies = [
[[package]]
name = "schemars_derive"
version = "0.8.13"
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737"
checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
dependencies = [
"proc-macro2",
"quote",

View File

@@ -51,7 +51,7 @@ colored = "2"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
chrono = { version = "~0.4", features = ["serde"] }
schemars = { version = "0.8.13", features = ["uuid1", "preserve_order", "chrono"] }
schemars = { version = "0.8.15", features = ["uuid1", "preserve_order", "chrono"] }
itertools = "0.11"
anyhow = "1.0.75"
futures = "0.3.28"

View File

@@ -19,7 +19,7 @@ prost = "0.11.9"
prost-types = "0.11.9"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
schemars = { version = "0.8.13", features = ["uuid1", "preserve_order", "chrono"] }
schemars = { version = "0.8.15", features = ["uuid1", "preserve_order", "chrono"] }
uuid = { version = "1.4", features = ["v4", "serde"] }
tower = "0.4.13"
tokio = "1.32.0"

View File

@@ -55,7 +55,7 @@ api = {path = "../api"}
itertools = "0.11"
indicatif = "0.17.6"
chrono = { version = "~0.4", features = ["serde"] }
schemars = { version = "0.8.13", features = ["uuid1", "preserve_order", "chrono", "url"] }
schemars = { version = "0.8.15", features = ["uuid1", "preserve_order", "chrono", "url"] }
num_cpus = "1.16.0"
tar = "0.4.40"
fs_extra = "1.3.0"

View File

@@ -43,7 +43,7 @@ thiserror = "1.0"
atomic_refcell = "0.1.11"
atomicwrites = "0.4.1"
memmap2 = "0.7.1"
schemars = { version = "0.8.13", features = ["uuid1", "preserve_order", "chrono"] }
schemars = { version = "0.8.15", features = ["uuid1", "preserve_order", "chrono"] }
log = "0.4"
geo = "0.26.0"
geohash = "0.13.0"

View File

@@ -24,7 +24,7 @@ wal = { git = "https://github.com/qdrant/wal.git", rev = "a32f6a38acf7ffd761df83
tokio = { version = "~1.32", features = ["rt-multi-thread"] }
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
schemars = { version = "0.8.13", features = ["uuid1", "preserve_order", "chrono"] }
schemars = { version = "0.8.15", features = ["uuid1", "preserve_order", "chrono"] }
itertools = "0.11"
async-trait = "0.1.73"
log = "0.4"