diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2023-03-29 15:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 15:37:18 +0200 |
commit | 8c2ac2c8447f06e49e6a655157cb975873597a89 (patch) | |
tree | 6ed2fcd1af7f41df420dcdab97a0d6bb2e83dfb2 /Cargo.toml | |
parent | 78950762a70bffb91255f1c1ce2594a071f0fa84 (diff) | |
parent | 713bce5769d604257684438ea59690bf7678818a (diff) | |
download | RSS-watcher-8c2ac2c8447f06e49e6a655157cb975873597a89.tar.gz RSS-watcher-8c2ac2c8447f06e49e6a655157cb975873597a89.zip |
Merge pull request #1 from micwoj92/master
Fix some warnings
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,12 +8,12 @@ futures = { version = "0.3.*" } chrono = "0.4" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"] } -feed-rs = "1.0" -html2md = "0.2.13" +feed-rs = "1.1" +html2md = "0.2.14" mime = "0.3.16" mysql = { version = "22.0.0", default-features = false, features = ["rustls-tls"] } flate2 = { version = "*", default-features = false, features = ["zlib"] } -mysql_common = { version = "*", default-features = false } +mysql_common = { version = "0.28.2", default-features = false } log = "0.4" env_logger = "0.9.0" |