diff --git a/term_md/Cargo.toml b/term_md/Cargo.toml index 8caa2f9..fba6c90 100644 --- a/term_md/Cargo.toml +++ b/term_md/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nu-ansi-term = "0.46.0" +nu-ansi-term = "0.47.0" pulldown-cmark = "0.9.2" unicode-width = "0.1.10"