From eeecd532227581a82cdc0358971e0c06ec79d500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:58:35 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/segment/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 617f4c380a..77ba2e215b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 304d3908c4..15c2a01668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/lib/segment/Cargo.toml b/lib/segment/Cargo.toml index dd51249e05..b14698c8fb 100644 --- a/lib/segment/Cargo.toml +++ b/lib/segment/Cargo.toml @@ -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"