update webmention

support-webmentions
Felix Ableitner 2021-09-27 12:45:07 +02:00
parent 75e758b557
commit a7e952d274
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -4053,8 +4053,9 @@ dependencies = [
[[package]] [[package]]
name = "webmention" name = "webmention"
version = "0.3.0" version = "0.4.0"
source = "git+https://github.com/marinintim/webmention.git?branch=feature/response#d378d4ce07efed13d8c3824168f1aaded6329aca" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c1f9ad3af9421b7e94faef6f884d32bd60b6ea00ff05d84df74392a89c2b9f"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"nom", "nom",

View File

@ -44,4 +44,4 @@ anyhow = "1.0.43"
thiserror = "1.0.26" thiserror = "1.0.26"
background-jobs = "0.9.0" background-jobs = "0.9.0"
reqwest = { version = "0.11.4", features = ["json"] } reqwest = { version = "0.11.4", features = ["json"] }
webmention = {version = "0.3.0", git = "https://github.com/marinintim/webmention.git", branch = "feature/response" } webmention = "0.4.0"