From e4c04335f8ed87f8d282db725ca2e56c7747b882 Mon Sep 17 00:00:00 2001 From: froge Date: Wed, 4 Oct 2023 21:44:53 +1000 Subject: [PATCH] Update dependencies --- Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc6f33a..d95666d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ edition = "2021" [dependencies] matrix-sdk = {version = "0.6.2", features = ["anyhow", "e2e-encryption", "socks"]} -anyhow = "1.0.71" -clap = "4.2.7" -toml = "0.7.4" -log = "0.4.17" +anyhow = "1.0.75" +clap = "4.4.6" +toml = "0.8.2" +log = "0.4.20" env_logger = "0.10.0" -tokio = {version = "1.28.1", features = ["parking_lot", "rt-multi-thread", "macros"]} -serde = {version = "1.0.163", features = ["derive"]} +tokio = {version = "1.32.0", features = ["parking_lot", "rt-multi-thread", "macros"]} +serde = {version = "1.0.188", features = ["derive"]} tracing-subscriber = "0.3.17" -scraper = "0.16.0" -reqwest = "0.11.18" -regex = "1" +scraper = "0.17.1" +reqwest = "0.11.22" +regex = "1.9.6" lazy_static = "1.4.0"