This commit is contained in:
spikecodes
2021-08-04 11:52:24 -07:00
parent 229518c40b
commit 5c753ee171
3 changed files with 84 additions and 78 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.14.12"
version = "0.14.13"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2018"
@ -16,10 +16,10 @@ regex = "1.5.4"
serde = { version = "1.0.126", features = ["derive"] }
cookie = "0.15.0"
futures-lite = "1.12.0"
hyper = { version = "0.14.9", features = ["full"] }
hyper = { version = "0.14.10", features = ["full"] }
hyper-rustls = "0.22.1"
route-recognizer = "0.3.0"
serde_json = "1.0.64"
tokio = { version = "1.7.1", features = ["full"] }
tokio = { version = "1.8.1", features = ["full"] }
time = "0.2.27"
url = "2.2.2"