diff --git a/Cargo.toml b/Cargo.toml index 3f2148e72..efd59bdf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["search", "information", "retrieval"] edition = "2018" [dependencies] -base64 = "0.12" +base64 = "0.13" byteorder = "1" crc32fast = "1" once_cell = "1"