aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 15:14:48 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-01 15:14:48 -0700
commitbd98581c57bea3e4545e6886d0bddf822efc5c8b (patch)
treef115e489fc4c165ec9a575b2f69de53585b2f571 /Cargo.toml.orig
parent652596af85825d9e6a6bae149800c612b9c875df (diff)
downloadbstr-bd98581c57bea3e4545e6886d0bddf822efc5c8b.tar.gz
Upgrade rust/crates/bstr to 0.2.15android-s-beta-2android-s-beta-1
Test: make Change-Id: I38f3d51e38afe5595ccacc22913866f09150654b
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 63388bc..585da1b 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "bstr"
-version = "0.2.14" #:version
+version = "0.2.15" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A string type that is not required to be valid UTF-8."
documentation = "https://docs.rs/bstr"
@@ -33,7 +33,7 @@ regex-automata = { version = "0.1.5", default-features = false, optional = true
serde = { version = "1.0.85", default-features = false, optional = true }
[dev-dependencies]
-quickcheck = { version = "0.8.1", default-features = false }
+quickcheck = { version = "1", default-features = false }
ucd-parse = "0.1.3"
unicode-segmentation = "1.2.1"