diff options
| author | bors <bors@rust-lang.org> | 2019-08-14 13:07:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-08-14 13:07:19 +0000 |
| commit | dbe2bb4256527f9e3e55c0fa59fa7e099a7e8759 (patch) | |
| tree | d245fa7717e33b296c591fa3819988d350b000bb | |
| parent | 06430e7af47f3612b6da9ed34cc3ff26e7513f51 (diff) | |
| parent | 37d79d9a29dd53c21519d0849b871e45fdd3842e (diff) | |
| download | rust-dbe2bb4256527f9e3e55c0fa59fa7e099a7e8759.tar.gz rust-dbe2bb4256527f9e3e55c0fa59fa7e099a7e8759.zip | |
Auto merge of #4379 - matthiaskrgr:url_dep, r=phansch
update url dependency from 1.7.0 to 2.1.0 changelog: none
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 53d7f317f33..17a0f06a50e 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" unicode-normalization = "0.1" pulldown-cmark = "0.5.3" -url = "1.7.0" +url = "2.1.0" if_chain = "1.0.0" smallvec = { version = "0.6.5", features = ["union"] } |
