diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-07-06 19:45:24 +0200 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2018-07-07 12:03:17 +0200 |
commit | 1766867cf4421c138e9623bce46ece437a9f55fa (patch) | |
tree | 29141b445270e4435fd030cac2f8b3b5d80c6aaf /components/profile | |
parent | c90737e6c8b9436919706f9490ba6d05492b7121 (diff) | |
download | servo-1766867cf4421c138e9623bce46ece437a9f55fa.tar.gz servo-1766867cf4421c138e9623bce46ece437a9f55fa.zip |
Update regex to 1.0
Diffstat (limited to 'components/profile')
-rw-r--r-- | components/profile/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index ff9b4788fb0..a27ee87ee6b 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -27,7 +27,7 @@ time = "0.1.12" task_info = {path = "../../support/rust-task_info"} [target.'cfg(target_os = "linux")'.dependencies] -regex = "0.2" +regex = "1.0" [target.'cfg(not(target_os = "windows"))'.dependencies] libc = "0.2" |