Update to v0.22.8

This commit is contained in:
spikecodes 2022-05-20 19:20:44 -07:00
parent 0ec8e4e9a2
commit 428dc58e3c
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
7 changed files with 68 additions and 62 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.7"
version = "0.22.8"
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
edition = "2021"
@ -12,7 +12,7 @@ askama = { version = "0.11.1", default-features = false }
async-recursion = "1.0.0"
cached = "0.34.0"
clap = { version = "3.1.18", default-features = false, features = ["std"] }
regex = "1.5.5"
regex = "1.5.6"
serde = { version = "1.0.137", features = ["derive"] }
cookie = "0.16.0"
futures-lite = "1.12.0"
@ -23,4 +23,4 @@ serde_json = "1.0.81"
tokio = { version = "1.18.2", features = ["full"] }
time = "0.3.9"
url = "2.2.2"
rust-embed="6.4.0"
rust-embed = "6.4.0"