Compare commits
No commits in common. "0e9692a8efafe8137879ad39d3f750a6059caf58" and "09c2fe80e2a2f2c977556a636abaa93cf9e2fe6e" have entirely different histories.
0e9692a8ef
...
09c2fe80e2
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -7,15 +7,15 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
matrix-sdk = {version = "0.6.2", features = ["anyhow", "e2e-encryption", "socks"]}
|
matrix-sdk = {version = "0.6.2", features = ["anyhow", "e2e-encryption", "socks"]}
|
||||||
anyhow = "1.0.75"
|
anyhow = "1.0.71"
|
||||||
clap = "4.4.6"
|
clap = "4.2.7"
|
||||||
toml = "0.8.2"
|
toml = "0.7.4"
|
||||||
log = "0.4.20"
|
log = "0.4.17"
|
||||||
env_logger = "0.10.0"
|
env_logger = "0.10.0"
|
||||||
tokio = {version = "1.32.0", features = ["parking_lot", "rt-multi-thread", "macros"]}
|
tokio = {version = "1.28.1", features = ["parking_lot", "rt-multi-thread", "macros"]}
|
||||||
serde = {version = "1.0.188", features = ["derive"]}
|
serde = {version = "1.0.163", features = ["derive"]}
|
||||||
tracing-subscriber = "0.3.17"
|
tracing-subscriber = "0.3.17"
|
||||||
scraper = "0.17.1"
|
scraper = "0.16.0"
|
||||||
reqwest = "0.11.22"
|
reqwest = "0.11.18"
|
||||||
regex = "1.9.6"
|
regex = "1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
|
Loading…
Reference in a new issue