From 0460429380014156999c0b4e1cf3d880cc29aaef Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Fri, 27 Nov 2020 05:54:15 +0000 Subject: [PATCH] bump `num-bigint` dependency (v0.2 to v0.3) compiles fine after version change; version changes seem to be very minimal. --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- audio/Cargo.toml | 2 +- connect/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f389086a..08a1c87f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1278,7 +1278,7 @@ dependencies = [ "librespot-playback 0.1.3", "librespot-protocol 0.1.3", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1303,7 +1303,7 @@ dependencies = [ "librespot-core 0.1.3", "librespot-tremor 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1325,7 +1325,7 @@ dependencies = [ "librespot-playback 0.1.3", "librespot-protocol 0.1.3", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1353,7 +1353,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "librespot-protocol 0.1.3", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.2.6" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3330,7 +3330,7 @@ dependencies = [ "checksum nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229" "checksum nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2c5afeb0198ec7be8569d666644b574345aad2e95a53baf3a532da3e0f3fb32" "checksum nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" -"checksum num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" +"checksum num-bigint 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf" "checksum num-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" "checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" "checksum num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" diff --git a/Cargo.toml b/Cargo.toml index 085ccb8e..cd09ffd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ futures = "0.1" getopts = "0.2" hyper = "0.11" log = "0.4" -num-bigint = "0.2" +num-bigint = "0.3" protobuf = "~2.14.0" rand = "0.7" rpassword = "3.0" diff --git a/audio/Cargo.toml b/audio/Cargo.toml index 85de4eb0..cde907c1 100644 --- a/audio/Cargo.toml +++ b/audio/Cargo.toml @@ -17,7 +17,7 @@ bytes = "0.4" futures = "0.1" lewton = "0.9" log = "0.4" -num-bigint = "0.2" +num-bigint = "0.3" num-traits = "0.2" tempfile = "3.1" aes-ctr = "0.3" diff --git a/connect/Cargo.toml b/connect/Cargo.toml index 5326de5f..1e139bea 100644 --- a/connect/Cargo.toml +++ b/connect/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.10" futures = "0.1" hyper = "0.11" log = "0.4" -num-bigint = "0.2" +num-bigint = "0.3" protobuf = "~2.14.0" rand = "0.7" serde = "1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 24781122..cb6933a3 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ hyper = "0.11" hyper-proxy = { version = "0.4", default_features = false } lazy_static = "1.3" log = "0.4" -num-bigint = "0.2" +num-bigint = "0.3" num-integer = "0.1" num-traits = "0.2" protobuf = "~2.14.0"