summaryrefslogtreecommitdiffstats
path: root/vendor/proptest/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proptest/Cargo.toml')
-rw-r--r--vendor/proptest/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/proptest/Cargo.toml b/vendor/proptest/Cargo.toml
index ef4276c1d..40fd34e1f 100644
--- a/vendor/proptest/Cargo.toml
+++ b/vendor/proptest/Cargo.toml
@@ -11,9 +11,9 @@
[package]
edition = "2018"
-rust-version = "1.64"
+rust-version = "1.65"
name = "proptest"
-version = "1.3.1"
+version = "1.4.0"
authors = ["Jason Lingle"]
exclude = [
"/gen-*.sh",
@@ -76,7 +76,7 @@ default-features = false
version = "0.3"
[dependencies.regex-syntax]
-version = "0.7"
+version = "0.8"
optional = true
[dependencies.rusty-fork]