summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
-rw-r--r--doc/chapter-configuration.asciidoc10
-rw-r--r--rust/libnewsboat/Cargo.toml4
3 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c363c7b1..f7134b19 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -210,9 +210,9 @@ dependencies = [
[[package]]
name = "fastrand"
-version = "2.0.2"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
+checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "fnv"
@@ -322,9 +322,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libm"
@@ -791,9 +791,9 @@ dependencies = [
[[package]]
name = "unicode-width"
-version = "0.1.11"
+version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
+checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
[[package]]
name = "url"
diff --git a/doc/chapter-configuration.asciidoc b/doc/chapter-configuration.asciidoc
index 0b89b60a..d3801aeb 100644
--- a/doc/chapter-configuration.asciidoc
+++ b/doc/chapter-configuration.asciidoc
@@ -250,12 +250,12 @@ The default color configuration of Newsboat looks like this:
color background white black
color listnormal white black
color listfocus yellow blue bold
- color listnormal_unread magenta black
- color listfocus_unread magenta blue bold
+ color listnormal_unread white black bold
+ color listfocus_unread yellow blue bold
color title yellow blue bold
color info yellow blue bold
color hint-key yellow blue bold
- color hint-keys-delimiter yellow white
- color hint-separator yellow white bold
- color hint-description yellow white
+ color hint-keys-delimiter white blue
+ color hint-separator white blue bold
+ color hint-description white blue
color article white black
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index f6dd9189..746fe21c 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -8,12 +8,12 @@ edition = "2021"
strprintf = { path="../strprintf" }
regex-rs = { path="../regex-rs" }
-fastrand = "2.0.2"
+fastrand = "2.1.0"
url = "2.5.0"
percent-encoding = "2.3.1"
xdg = "2.5.2"
backtrace = "= 0.3"
-unicode-width = "0.1.11"
+unicode-width = "0.1.12"
nom = "7"
libc = "0.2"
natord = "1.0.9"