diff --git a/Cargo.lock b/Cargo.lock index 4335396183..d6e68863a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index a779574e73..da876b55ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/lib/api/Cargo.toml b/lib/api/Cargo.toml index e79d84b3e9..4e3eb35491 100644 --- a/lib/api/Cargo.toml +++ b/lib/api/Cargo.toml @@ -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" diff --git a/lib/collection/Cargo.toml b/lib/collection/Cargo.toml index 4d87c4666e..5f29038a79 100644 --- a/lib/collection/Cargo.toml +++ b/lib/collection/Cargo.toml @@ -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" diff --git a/lib/segment/Cargo.toml b/lib/segment/Cargo.toml index d3a9a25b46..f8e62e42e1 100644 --- a/lib/segment/Cargo.toml +++ b/lib/segment/Cargo.toml @@ -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" diff --git a/lib/storage/Cargo.toml b/lib/storage/Cargo.toml index fc0d8c9edd..cf27bf21fb 100644 --- a/lib/storage/Cargo.toml +++ b/lib/storage/Cargo.toml @@ -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"