aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/servo/Cargo.lock12
-rw-r--r--ports/cef/Cargo.lock12
-rw-r--r--ports/gonk/Cargo.lock12
-rw-r--r--python/tidy.py2
4 files changed, 10 insertions, 28 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 57069e9b9ea..13b48d9a562 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -201,11 +201,11 @@ dependencies = [
[[package]]
name = "clipboard"
version = "0.1.0"
-source = "git+https://github.com/aweinstock314/rust-clipboard#4510d16e640fb52be1cd476557d52f69fa589196"
+source = "git+https://github.com/aweinstock314/rust-clipboard#241deb1b5b800f91f4e0cd59789b9353ffda2d51"
dependencies = [
"clipboard-win 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "objc-foundation 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "objc-foundation 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1008,11 +1008,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.1.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "libc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1261,11 +1256,10 @@ dependencies = [
[[package]]
name = "objc-foundation"
-version = "0.0.2"
+version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index 6e3ab36d065..67c40b18028 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -191,11 +191,11 @@ dependencies = [
[[package]]
name = "clipboard"
version = "0.1.0"
-source = "git+https://github.com/aweinstock314/rust-clipboard#4510d16e640fb52be1cd476557d52f69fa589196"
+source = "git+https://github.com/aweinstock314/rust-clipboard#241deb1b5b800f91f4e0cd59789b9353ffda2d51"
dependencies = [
"clipboard-win 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "objc-foundation 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "objc-foundation 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -967,11 +967,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.1.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "libc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1195,11 +1190,10 @@ dependencies = [
[[package]]
name = "objc-foundation"
-version = "0.0.2"
+version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index 927004350de..0b42a728cea 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -183,11 +183,11 @@ dependencies = [
[[package]]
name = "clipboard"
version = "0.1.0"
-source = "git+https://github.com/aweinstock314/rust-clipboard#4510d16e640fb52be1cd476557d52f69fa589196"
+source = "git+https://github.com/aweinstock314/rust-clipboard#241deb1b5b800f91f4e0cd59789b9353ffda2d51"
dependencies = [
"clipboard-win 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "objc-foundation 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "objc-foundation 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -938,11 +938,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.1.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "libc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1166,11 +1161,10 @@ dependencies = [
[[package]]
name = "objc-foundation"
-version = "0.0.2"
+version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/python/tidy.py b/python/tidy.py
index eada4fb51dd..c474c601954 100644
--- a/python/tidy.py
+++ b/python/tidy.py
@@ -168,7 +168,7 @@ def check_lock(file_name, contents):
raise StopIteration
# package names to be neglected (as named by cargo)
- exceptions = ["libc", "cocoa"]
+ exceptions = ["cocoa"]
import toml
content = toml.loads(contents)