Update to v0.22.4

This commit is contained in:
spikecodes
2022-03-26 13:09:24 -07:00
parent 3a1af78e26
commit ed11135af8
2 changed files with 30 additions and 31 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.22.3"
version = "0.22.4"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"
@ -16,10 +16,10 @@ regex = "1.5.5"
serde = { version = "1.0.136", features = ["derive"] }
cookie = "0.16.0"
futures-lite = "1.12.0"
hyper = { version = "0.14.17", features = ["full"] }
hyper = { version = "0.14.18", features = ["full"] }
hyper-rustls = "0.23.0"
route-recognizer = "0.3.1"
serde_json = "1.0.79"
tokio = { version = "1.17.0", features = ["full"] }
time = "0.3.7"
time = "0.3.9"
url = "2.2.2"