diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-08-28 15:32:03 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-08-29 10:45:09 -0700 |
commit | 177727d730d786c71ba3afbc02f023f4b40c27a8 (patch) | |
tree | ee568880dd1b5d62cb534624acfe749a22bd71d7 /build_extra/rust/BUILD.gn | |
parent | 89794d5d347d1358ec32ed42e1f0faa6e0ac6abe (diff) |
third_party: downgrade 'url' crate to version 1.7.2
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r-- | build_extra/rust/BUILD.gn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index a9d8c6161..dc17b3084 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -425,7 +425,7 @@ rust_rlib("hyper_rustls") { rust_rlib("idna") { cap_lints = "allow" edition = "2015" - source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/idna-0.2.0/src/lib.rs" + source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/idna-0.1.5/src/lib.rs" extern_rlib = [ "matches", "unicode_bidi", @@ -680,7 +680,7 @@ rust_rlib("parking_lot_core") { rust_rlib("percent_encoding") { cap_lints = "allow" edition = "2015" - source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs" + source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/percent-encoding-1.0.1/lib.rs" } ## Override: use rand v0.6.5 instead. @@ -1665,7 +1665,7 @@ rust_rlib("untrusted") { rust_rlib("url") { cap_lints = "allow" edition = "2015" - source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/url-2.1.0/src/lib.rs" + source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/url-1.7.2/src/lib.rs" extern_rlib = [ "idna", "matches", |