Skip to content

Commit

Permalink
Bump schemars from 0.8.16 to 0.8.17 (qdrant#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and generall committed May 2, 2024
1 parent 578376c commit 9b4d41e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ parking_lot = { version = "0.12.2", features = ["deadlock_detection", "serde"] }
prost = "0.11.9"
prost-wkt-types = "0.4.2"
reqwest = { version = "0.12.4", default-features = false, features = ["http2", "stream", "rustls-tls", "blocking"] }
schemars = { version = "0.8.16", features = ["uuid1", "preserve_order", "chrono", "url", "indexmap2"] }
schemars = { version = "0.8.17", features = ["uuid1", "preserve_order", "chrono", "url", "indexmap2"] }
semver = { version = "1.0", features = ["serde"] }
serde = { version = "~1.0", features = ["derive", "rc"] }
serde_cbor = { version = "0.11.2" }
Expand Down

0 comments on commit 9b4d41e

Please sign in to comment.