[librsvg: 5/12] Update the proptest crate
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 5/12] Update the proptest crate
- Date: Wed, 8 Dec 2021 19:59:06 +0000 (UTC)
commit 34dac565d61ba5716f41138576c9043bb40d258d
Author: Federico Mena Quintero <federico gnome org>
Date: Wed Dec 8 12:22:28 2021 -0600
Update the proptest crate
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/641>
Cargo.lock | 24 +++++++++++++++---------
Cargo.toml | 2 +-
2 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/Cargo.lock b/Cargo.lock
index e08eb7e3..b51c2d36 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1484,18 +1484,18 @@ dependencies = [
[[package]]
name = "proptest"
-version = "0.10.1"
+version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f"
+checksum = "1e0d9cc07f18492d879586c92b485def06bc850da3118075cd45d50e9c95b0e5"
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
- "quick-error",
- "rand 0.7.3",
- "rand_chacha 0.2.2",
+ "quick-error 2.0.1",
+ "rand 0.8.4",
+ "rand_chacha 0.3.1",
"rand_xorshift",
"regex-syntax",
"rusty-fork",
@@ -1508,6 +1508,12 @@ version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
+[[package]]
+name = "quick-error"
+version = "2.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
+
[[package]]
name = "quote"
version = "0.6.13"
@@ -1619,11 +1625,11 @@ dependencies = [
[[package]]
name = "rand_xorshift"
-version = "0.2.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
+checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
dependencies = [
- "rand_core 0.5.1",
+ "rand_core 0.6.3",
]
[[package]]
@@ -1738,7 +1744,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
- "quick-error",
+ "quick-error 1.2.3",
"tempfile",
"wait-timeout",
]
diff --git a/Cargo.toml b/Cargo.toml
index 297b1058..33fcc722 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@ pango = "0.14.0"
pangocairo = "0.14.0"
png = "0.17.2"
predicates = "2.0.0"
-proptest = "0.10.1"
+proptest = "1.0.0"
tempfile = "3"
test-generator = "0.3"
yeslogic-fontconfig-sys = "2.11.1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]