Merge pull request #683 from Tokarak/master

This commit is contained in:
Daniel Valentine 2023-01-03 09:28:13 -07:00 committed by GitHub
commit 10add895fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

12
Cargo.lock generated
View File

@ -75,17 +75,6 @@ dependencies = [
"syn",
]
[[package]]
name = "async-recursion"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-trait"
version = "0.1.59"
@ -673,7 +662,6 @@ name = "libreddit"
version = "0.26.0"
dependencies = [
"askama",
"async-recursion",
"brotli",
"cached",
"clap",

View File

@ -9,7 +9,6 @@ edition = "2021"
[dependencies]
askama = { version = "0.11.1", default-features = false }
async-recursion = "1.0.0"
cached = "0.40.0"
clap = { version = "4.0.24", default-features = false, features = ["std"] }
regex = "1.7.0"