Skip to content

Commit

Permalink
Update regex to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBAI committed Apr 29, 2019
1 parent d58ea97 commit 5b9f151
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 37 deletions.
59 changes: 27 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/bluetooth_traits/Cargo.toml
Expand Up @@ -12,6 +12,6 @@ path = "lib.rs"

[dependencies]
ipc-channel = "0.11"
regex = "1.0"
regex = "1.1"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }
2 changes: 1 addition & 1 deletion components/profile/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ tokio = "0.1"
task_info = {path = "../../support/rust-task_info"}

[target.'cfg(target_os = "linux")'.dependencies]
regex = "1.0"
regex = "1.1"

[target.'cfg(not(target_os = "windows"))'.dependencies]
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -85,7 +85,7 @@ pixels = {path = "../pixels"}
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"
ref_slice = "1.0"
regex = "1.0"
regex = "1.1"
script_layout_interface = {path = "../script_layout_interface"}
script_plugins = {path = "../script_plugins"}
script_traits = {path = "../script_traits"}
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -80,6 +80,6 @@ void = "1.0.2"
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.49", optional = true, default-features = false }
regex = {version = "1.0", optional = true}
regex = {version = "1.1", optional = true}
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}
2 changes: 1 addition & 1 deletion components/webdriver_server/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ log = "0.4"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
pixels = {path = "../pixels"}
regex = "1.0"
regex = "1.1"
serde = "1"
serde_json = "1"
script_traits = {path = "../script_traits"}
Expand Down

0 comments on commit 5b9f151

Please sign in to comment.