diff options
Diffstat (limited to 'rust')
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index e02c49e6..53f9640f 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -9,7 +9,7 @@ strprintf = { path="../strprintf" } regex-rs = { path="../regex-rs" } chrono = "0.4" -fastrand = "1.5.0" +fastrand = "1.6.0" once_cell = "1.9.0" url = "2.2.2" percent-encoding = "2.0.0" |