deps: update

This commit is contained in:
Maverick Liu 2026-01-06 19:05:13 +08:00
parent 2bf293c4d7
commit 6fbd50bb1b
4 changed files with 278 additions and 1912 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "epub2mdbook"
version = "0.15.0"
version = "0.16.0"
edition = "2024"
description = "A tool to convert EPUB files to MDBook format"
authors = ["Maverick Liu <maverick.liu42@gmail.com>"]
@ -10,10 +10,10 @@ keywords = ["epub", "mdbook", "converter", "ebook"]
categories = ["command-line-utilities", "text-processing"]
[dependencies]
clap = { version = "4.5.30", features = ["derive"] }
epub = "2.1.1"
htmd = "0.1.6"
mdbook = "0.4.45"
regex = "1.11.1"
thiserror = "2.0.11"
toml = "0.8.20"
clap = { version = "4.5.54", features = ["derive"] }
epub = "2.1.5"
htmd = "0.5.0"
mdbook-core = "0.5.2"
regex = "1.12.2"
thiserror = "2.0.17"
toml = "0.9.10"