Upgrade dependencies
This commit is contained in:
parent
1d1823e27d
commit
1343932b2b
2 changed files with 612 additions and 563 deletions
1157
Cargo.lock
generated
1157
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
18
Cargo.toml
18
Cargo.toml
|
@ -5,17 +5,17 @@ authors = ["Felix Ableitner"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
reqwest = { version = "0.11.10", default-features = false, features = ["json", "rustls-tls"] }
|
reqwest = { version = "0.11.13", default-features = false, features = ["json", "rustls-tls"] }
|
||||||
serde = { version = "1.0.137", features = ["derive"] }
|
serde = { version = "1.0.149", features = ["derive"] }
|
||||||
anyhow = "1.0.57"
|
anyhow = "1.0.66"
|
||||||
tokio = { version = "1.18.1", features = ["macros", "rt-multi-thread"] }
|
tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] }
|
||||||
futures = "0.3.21"
|
futures = "0.3.25"
|
||||||
serde_json = "1.0.81"
|
serde_json = "1.0.89"
|
||||||
semver = "1.0.9"
|
semver = "1.0.14"
|
||||||
once_cell = "1.10.0"
|
once_cell = "1.16.0"
|
||||||
lemmy_api_common = "=0.16.0"
|
lemmy_api_common = "=0.16.0"
|
||||||
async-recursion = "1.0.0"
|
async-recursion = "1.0.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
derive-new = "0.5.9"
|
derive-new = "0.5.9"
|
||||||
stderrlog = "0.5.1"
|
stderrlog = "0.5.4"
|
||||||
structopt = "0.3.26"
|
structopt = "0.3.26"
|
||||||
|
|
Loading…
Reference in a new issue