mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
Bump num-traits from 0.2.15 to 0.2.16 (#2308)
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.15 to 0.2.16. - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.15...num-traits-0.2.16) --- updated-dependencies: - dependency-name: num-traits 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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3012,9 +3012,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
version = "0.2.15"
|
||||
version = "0.2.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
||||
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"libm",
|
||||
|
||||
@@ -68,7 +68,7 @@ actix-files = "0.6.2"
|
||||
tonic = { version = "0.9.2", features = ["gzip", "tls"] }
|
||||
tower = "0.4.13"
|
||||
tower-layer = "0.3.2"
|
||||
num-traits = "0.2.15"
|
||||
num-traits = "0.2.16"
|
||||
tar = "0.4.39"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls", "blocking"] }
|
||||
rustls = "0.20.7"
|
||||
|
||||
@@ -47,7 +47,7 @@ schemars = { version = "0.8.12", features = ["uuid1", "preserve_order", "chrono"
|
||||
log = "0.4"
|
||||
geo = "0.26.0"
|
||||
geohash = "0.13.0"
|
||||
num-traits = "0.2.15"
|
||||
num-traits = "0.2.16"
|
||||
num-derive = "0.4.0"
|
||||
rand = "0.8"
|
||||
bitvec = "1.0.1"
|
||||
|
||||
Reference in New Issue
Block a user