diff --git a/Cargo.toml b/Cargo.toml index 3116c5c..83cd324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.5" edition = "2018" [dependencies] -simdutf8 = { version = "0.1.0", optional = true } +simdutf8 = { version = "0.1.1", optional = true } tui = { version = "0.14.0", default-features = false } [features]