Update to v0.20

This commit is contained in:
spikecodes 2021-11-27 20:34:43 -08:00
parent 91cc140091
commit e6c978a2f7
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
2 changed files with 24 additions and 35 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.19.1"
version = "0.20.0"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
@ -19,7 +19,7 @@ futures-lite = "1.12.0"
hyper = { version = "0.14.15", features = ["full"] }
hyper-rustls = "0.23.0"
route-recognizer = "0.3.1"
serde_json = "1.0.71"
serde_json = "1.0.72"
tokio = { version = "1.14.0", features = ["full"] }
time = "0.2.7"
url = "2.2.2"