aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-04-03 11:18:46 +0200
committerJeff Vander Stoep <jeffv@google.com>2023-04-03 11:18:46 +0200
commit13807824140bd7f49b1d9deb794f35b16936ddca (patch)
treed050b095d3d08bc7800c98bf5fe9e2ec15a35921 /Cargo.toml.orig
parenteb1fbb028de9568f89f0283daa51c2f43d4390eb (diff)
downloadregex-13807824140bd7f49b1d9deb794f35b16936ddca.tar.gz
Upgrade regex to 1.7.3android-u-beta-1-gpl
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/regex For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: I1b2a14fe41eb3ba57e463b822c6bf112d84b9946
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 1dc7f56..4c5bd1c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "regex"
-version = "1.7.1" #:version
+version = "1.7.3" #:version
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
@@ -117,7 +117,7 @@ optional = true
# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
-version = "0.6.27"
+version = "0.6.29"
default-features = false
[dev-dependencies]