summaryrefslogtreecommitdiffstats
path: root/system/alacritty/patch_crate_deps.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/alacritty/patch_crate_deps.diff')
-rw-r--r--system/alacritty/patch_crate_deps.diff24
1 files changed, 12 insertions, 12 deletions
diff --git a/system/alacritty/patch_crate_deps.diff b/system/alacritty/patch_crate_deps.diff
index 23d328dbe8..e5bcedb4d3 100644
--- a/system/alacritty/patch_crate_deps.diff
+++ b/system/alacritty/patch_crate_deps.diff
@@ -1,23 +1,23 @@
-diff -Naur alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/Cargo.lock alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81/Cargo.lock
---- alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/Cargo.lock 2018-03-01 09:33:29.000000000 +1300
-+++ alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81/Cargo.lock 2018-03-02 08:03:04.715809036 +1300
-@@ -355,7 +355,7 @@
+diff -Naur alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5.bak/Cargo.lock alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5/Cargo.lock
+--- alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5.bak/Cargo.lock 2018-03-14 12:43:15.000000000 +1300
++++ alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5/Cargo.lock 2018-03-16 19:56:47.885184398 +1300
+@@ -358,7 +358,7 @@
"freetype-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "servo-fontconfig 0.4.0 (git+https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8)",
+ "servo-fontconfig 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
-@@ -964,16 +964,16 @@
+@@ -987,16 +987,16 @@
[[package]]
name = "servo-fontconfig"
version = "0.4.0"
-source = "git+https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8#be2b94de833ec69cf767186262a5fb8360fa5b45"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
- "servo-fontconfig-sys 4.0.3 (git+https://github.com/jwilm/libfontconfig?branch=updated-2017-10-8)",
+ "servo-fontconfig-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -30,8 +30,8 @@ diff -Naur alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/Cargo.lock ala
dependencies = [
"expat-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
-@@ -1457,8 +1457,8 @@
- "checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
+@@ -1484,8 +1484,8 @@
+ "checksum serde_derive_internals 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc848d073be32cd982380c06587ea1d433bc1a4c4a111de07ec2286a3ddade8"
"checksum serde_json 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "57781ed845b8e742fc2bf306aba8e3b408fe8c366b900e3769fbc39f49eb8b39"
"checksum serde_yaml 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e0f868d400d9d13d00988da49f7f02aeac6ef00f11901a8c535bd59d777b9e19"
-"checksum servo-fontconfig 0.4.0 (git+https://github.com/jwilm/rust-fontconfig?branch=updated-2017-10-8)" = "<none>"
@@ -41,9 +41,9 @@ diff -Naur alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/Cargo.lock ala
"checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
"checksum slab 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d807fd58c4181bbabed77cb3b891ba9748241a552bcc5be698faaebefc54f46e"
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
-diff -Naur alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/font/Cargo.toml alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81/font/Cargo.toml
---- alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81.bak/font/Cargo.toml 2018-03-01 09:33:29.000000000 +1300
-+++ alacritty-475ebecfc4e0648242e82e256dee1489f3a3fe81/font/Cargo.toml 2018-03-02 08:03:23.644495240 +1300
+diff -Naur alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5.bak/font/Cargo.toml alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5/font/Cargo.toml
+--- alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5.bak/font/Cargo.toml 2018-03-14 12:43:15.000000000 +1300
++++ alacritty-6debc4f3351446417d0c4e38173cd9ef0faa71d5/font/Cargo.toml 2018-03-16 19:57:12.662894580 +1300
@@ -12,7 +12,7 @@
log = "0.4"