--- bat-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ bat-0.24.0/Cargo.toml 2024-10-23T22:02:03.316147+00:00 @@ -24,7 +24,7 @@ homepage = "https://github.com/sharkdp/bat" readme = "README.md" categories = ["command-line-utilities"] -license = "MIT OR Apache-2.0" +license = "(MIT OR Apache-2.0) AND Apache-2.0 AND BSD-2-Clause AND BSD-2-Clause-Views AND BSD-3-Clause AND CC-BY-SA-3.0 AND MIT AND Unlicense AND WTFPL" repository = "https://github.com/sharkdp/bat" [profile.release] @@ -85,25 +85,16 @@ optional = true [dependencies.nu-ansi-term] -version = "0.49.0" +version = "0.50.0" [dependencies.once_cell] version = "1.18" -[dependencies.os_str_bytes] -version = "~6.4" -optional = true - -[dependencies.path_abs] -version = "0.5" -default-features = false +[dependencies.path-absolutize] +version = "3" [dependencies.regex] version = "1.8.3" -optional = true - -[dependencies.run_script] -version = "^0.10.0" optional = true [dependencies.semver] @@ -181,10 +172,6 @@ ] default = ["application"] git = ["git2"] -lessopen = [ - "run_script", - "os_str_bytes", -] minimal-application = [ "clap", "etcetera", @@ -200,7 +187,7 @@ regex-onig = ["syntect/regex-onig"] [target."cfg(unix)".dev-dependencies.nix] -version = "0.26.2" +version = "0.29" features = ["term"] default-features = false