diff --git a/Cargo.lock b/Cargo.lock index 90a1bfee1..a7b79b5ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,9 +1406,9 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" +checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" dependencies = [ "hermit-abi", "libc", diff --git a/Cargo.toml b/Cargo.toml index 381df9e2a..2fcedbbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ docopt = "1" env_logger = "0.9" itertools = "0.10" log = "0.4" -num_cpus = "1.13" +num_cpus = "1.14" openssl = "0.10.44" postgis = "0.9.0" postgres = { version = "0.19.1", features = ["with-time-0_2", "with-uuid-0_8", "with-serde_json-1"] }