aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakobst1n <jakob@jakobstendahl.no>2023-09-08 19:52:19 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-09-25 18:16:39 +0200
commit678ffd28c4bf6df7f36c8ba0f2d30f7801381abc (patch)
tree50c8b6fc8bc65a7af705b3548f5e91c80749f71b /Cargo.toml
parentd32c836554772c3fca738a3629bcb244e60d67ae (diff)
downloadRSS-watcher-master.tar.gz
RSS-watcher-master.zip
Bump dependenciesHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dfbf227..47d64d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,19 +1,19 @@
[package]
name = "rss-watcher"
-version = "0.3.2"
+version = "0.3.3"
edition = "2021"
[dependencies]
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.1"
+tokio = { version = "1.32.0", features = ["full"] }
+reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
+feed-rs = "1.3"
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 = "0.28.2", default-features = false }
-log = "0.4"
-env_logger = "0.9.0"
+mime = "0.3.17"
+mysql = { version = "24.0.0", default-features = false, features = ["rustls-tls"] }
+flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
+mysql_common = { version = "0.30.6", default-features = false }
+log = "0.4.20"
+env_logger = "0.10.0"