diff --git a/Cargo.toml b/Cargo.toml index 0892dca..75b7795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,23 +11,23 @@ keywords = ["makedeb", "mpr", "apt", "mpr-helper", "helper"] categories = ["command-line-utilities"] [dependencies] -bat = { version = "0.21.0", default-features = false, features = ["paging", "regex-fancy"]} +bat = { version = "0.24.0", default-features = false, features = ["paging", "regex-fancy"]} colored = { git = "https://github.com/mackwic/colored" } chrono = "0.4.19" -clap = { version = "3.2.16", features = ["cargo", "env"] } -dirs = "4.0.0" +clap = { version = "4.0.0", features = ["cargo", "env"] } +dirs = "5.0.0" edit = "0.1.4" exitcode = "1.1.2" flate2 = "1.0.24" lazy_static = "1.4.0" makedeb-srcinfo = "0.8.0" -quit = "1.1.4" +quit = "2.0.0" regex = "1.6.0" -reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "json", "rustls-tls"] } +reqwest = { version = "0.12.0", default-features = false, features = ["blocking", "json", "rustls-tls"] } rust-apt = { git = "https://gitlab.com/volian/rust-apt", rev = "2f1633d26c9dee69d5852d1fcbf84b2586876555" } serde = { version = "1.0.142", features = ["derive"] } serde_json = "1.0.83" tempfile = "3.3.0" termsize = "0.1.6" users = "0.11.0" -which = "4.3.0" +which = "6.0.0"