Update crates and optimize parameters

This commit is contained in:
spikecodes
2021-11-14 18:51:36 -08:00
parent 0f7ba3c61d
commit 34ea679519
6 changed files with 27 additions and 27 deletions

View File

@ -3,7 +3,7 @@ name = "libreddit"
description = " Alternative private front-end to Reddit"
license = "AGPL-3.0"
repository = "https://github.com/spikecodes/libreddit"
version = "0.16.0"
version = "0.17.0"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
@ -19,7 +19,7 @@ futures-lite = "1.12.0"
hyper = { version = "0.14.14", features = ["full"] }
hyper-rustls = "0.22.1"
route-recognizer = "0.3.1"
serde_json = "1.0.68"
tokio = { version = "1.12.0", features = ["full"] }
serde_json = "1.0.70"
tokio = { version = "1.13.0", features = ["full"] }
time = "0.2.7"
url = "2.2.2"