Skip to content

Commit 5f117b0

Browse files
authored
Merge branch 'rust-lang:master' into link_name_override
2 parents 10402c3 + 3988fce commit 5f117b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ lazycell = "1"
5555
lazy_static = "1"
5656
peeking_take_while = "0.1.2"
5757
quote = { version = "1", default-features = false }
58-
regex = { version = "1.0", default-features = false , features = [ "std", "unicode"]}
58+
regex = { version = "1.5", default-features = false , features = [ "std", "unicode"]}
5959
which = { version = "4.2.1", optional = true, default-features = false }
6060
shlex = "1"
6161
rustc-hash = "1.0.1"

0 commit comments

Comments
 (0)