Prepare for 0.1.1 release

Update dependencies and version number to 0.1.1.
Fix bit ranges in rustdoc comment mistakenly interpreted as intra-doc
links.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: If479fab81bc32e520f37179c9ca541c636a67c64
diff --git a/src/lib.rs b/src/lib.rs
index a2e735a..087872b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -312,7 +312,7 @@
     }
 
     /// The `MPIDR_EL1` register contains bits other then the aff3-0 fields. However the PSCI
-    /// specification request bits[40:63] and bits[24:31] to be set to zero when forwarding an
+    /// specification request bits\[40:63\] and bits\[24:31\] to be set to zero when forwarding an
     /// MPIDR value as an argument of a PSCI function call. Because of this, the `TryFrom`
     /// implementation returns an error if these bits are set. In other cases the `Mpidr` value is
     /// constructed from the `MPIDR_EL1` register value of the local core. This function does this