mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-01 12:22:22 +00:00
Upgrade to v0.11.0
This commit is contained in:
parent
242ffab0da
commit
c1560f4eba
3 changed files with 54 additions and 49 deletions
|
@ -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.10.6"
|
||||
version = "0.11.0"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -12,11 +12,11 @@ askama = { version = "0.10.5", default-features = false }
|
|||
async-recursion = "0.3.2"
|
||||
cached = "0.23.0"
|
||||
clap = { version = "2.33.3", default-features = false }
|
||||
regex = "1.4.5"
|
||||
regex = "1.5.3"
|
||||
serde = { version = "1.0.125", features = ["derive"] }
|
||||
cookie = "0.15.0"
|
||||
futures-lite = "1.11.3"
|
||||
hyper = { version = "0.14.5", features = ["full"] }
|
||||
hyper = { version = "0.14.7", features = ["full"] }
|
||||
hyper-rustls = "0.22.1"
|
||||
route-recognizer = "0.3.0"
|
||||
serde_json = "1.0.64"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue