diff --git a/Cargo.lock b/Cargo.lock index 64a9f1ea..8b26ce51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1378,9 +1378,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" -version = "3.5.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" +checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "papergrid" diff --git a/Cargo.toml b/Cargo.toml index f705545f..3942dd15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.4.10", features = ["derive"] } # parse CLI arguments dirs = "5.0.1" # common directories indicatif = "=0.17.7" # UI once_cell = "1.18.0" # lazy data structures and thunking -owo-colors = "3.5.0" # color support for the terminal +owo-colors = "4.0.0" # color support for the terminal petgraph = "0.6.4" # graph data structures rust-releases = { version = "0.27.0", default-features = false, features = ["rust-changelog"] } # get the available rust versions serde = { version = "1.0", features = ["derive"] } # serialization and deserialization