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"