diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index afaf29f0e2f..74694f61fbd 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", - "typeable 0.0.1 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.0 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -652,8 +652,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.1" -source = "git+https://github.com/reem/rust-typeable#55154e1809db8ceec8f8519bdbb638c2fbd712f5" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any" diff --git a/ports/android/glut_app/Cargo.lock b/ports/android/glut_app/Cargo.lock index d329e6b9ac0..e4aaeb488c1 100644 --- a/ports/android/glut_app/Cargo.lock +++ b/ports/android/glut_app/Cargo.lock @@ -295,7 +295,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl.git)", - "typeable 0.0.2 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.1 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -599,8 +599,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.2" -source = "git+https://github.com/reem/rust-typeable#2f240fb44ce2fcdbb2b890623bfb2afe18a67c05" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any" diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 7431052c901..4859a539d38 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -326,7 +326,7 @@ dependencies = [ "mime 0.0.1 (git+https://github.com/hyperium/mime.rs)", "move-acceptor 0.0.1 (git+https://github.com/reem/rust-move-acceptor)", "openssl 0.0.1 (git+https://github.com/servo/rust-openssl)", - "typeable 0.0.1 (git+https://github.com/reem/rust-typeable)", + "typeable 0.0.3 (git+https://github.com/reem/rust-typeable)", "unsafe-any 0.1.0 (git+https://github.com/reem/rust-unsafe-any)", "url 0.1.0 (git+https://github.com/servo/rust-url)", ] @@ -631,8 +631,8 @@ version = "0.0.1" [[package]] name = "typeable" -version = "0.0.1" -source = "git+https://github.com/reem/rust-typeable#55154e1809db8ceec8f8519bdbb638c2fbd712f5" +version = "0.0.3" +source = "git+https://github.com/reem/rust-typeable#db8975daaa3889871f67eea11baeaefd8e706eaf" [[package]] name = "unsafe-any"