mirror of
https://github.com/redlib-org/redlib.git
synced 2025-05-31 11:52:19 +00:00
Upgrade to v0.11.1
This commit is contained in:
parent
97a0680bd0
commit
e34329cfee
3 changed files with 11 additions and 11 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.11.0"
|
||||
version = "0.11.1"
|
||||
authors = ["spikecodes <19519553+spikecodes@users.noreply.github.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -12,7 +12,7 @@ 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.5.3"
|
||||
regex = "1.5.4"
|
||||
serde = { version = "1.0.125", features = ["derive"] }
|
||||
cookie = "0.15.0"
|
||||
futures-lite = "1.11.3"
|
||||
|
@ -22,4 +22,4 @@ route-recognizer = "0.3.0"
|
|||
serde_json = "1.0.64"
|
||||
tokio = { version = "1.5.0", features = ["full"] }
|
||||
time = "0.2.26"
|
||||
url = "2.2.1"
|
||||
url = "2.2.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue