diff --git a/Cargo.lock b/Cargo.lock index cb79c48..9bf2f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,9 +334,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "markup5ever" diff --git a/Cargo.toml b/Cargo.toml index 6cc2c02..c6aa30a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ tendril = "0.5" unicode-width = "0.2" backtrace = { version = "0.3", optional=true } thiserror = "2.0.0" -log = { version = "0.4.20", optional = true } +log = { version = "0.4.30", optional = true } nom = { version = "8.0.0", optional = true } xml5ever = { version = "0.39.0", optional = true } @@ -50,7 +50,7 @@ path = "examples/html2term.rs" [dev-dependencies] env_logger = "0.11.6" argparse = "0.2.2" -log = "0.4.20" +log = "0.4.30" [target.'cfg(unix)'.dev-dependencies] termion = "4.0" diff --git a/html2text-cli/Cargo.toml b/html2text-cli/Cargo.toml index 94b1ab1..671a36d 100644 --- a/html2text-cli/Cargo.toml +++ b/html2text-cli/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" [dependencies] html2text = { version = "0.17.0", path = ".." } argparse = "0.2.2" -log = "0.4.20" +log = "0.4.30" syntect = "5.2.0" [target.'cfg(unix)'.dependencies]