diff --git a/Cargo.lock b/Cargo.lock index 102f08d..d6e47de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vn-settings" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3c5bd91cb7361d8d179deacf6e9b927a45a1e31c7f9c29555a49be81506381a" +checksum = "53e699531365195d0efa500f6be7cbe287497630d40eb39d065e09ba0508c109" dependencies = [ "dialogi", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 0fe6237..a6063dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ maud = "0.27.0" pukram2html = "0.3.0" data-stream = "0.3.0" dialogi = "0.3.1" -vn-settings = "0.1.1" +vn-settings = "0.1.2" threadpool = "1.8.1" header-config = "0.1.5" indexmap = "2.9.0"