Update to 1.1.1

Test: atest
Change-Id: I5621e9c689d008d8c4cc3b13fc89ad9e498f263f
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 0b68df7..f7abf3c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -3,7 +3,7 @@
 name = "clang-sys"
 authors = ["Kyle Mayes <kyle@mayeses.com>"]
 
-version = "1.1.0"
+version = "1.1.1"
 
 readme = "README.md"
 license = "Apache-2.0"
@@ -39,7 +39,7 @@
 
 glob = "0.3"
 libc = { version = "0.2.39", default-features = false }
-libloading = { version = "0.6", optional = true }
+libloading = { version = "0.7", optional = true }
 
 [build-dependencies]