From a7e952d274522deead02217a19fcb80f3a52bee5 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 27 Sep 2021 12:45:07 +0200 Subject: [PATCH] update webmention --- Cargo.lock | 5 +++-- crates/api_crud/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 474a1a143..fb5f785a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4053,8 +4053,9 @@ dependencies = [ [[package]] name = "webmention" -version = "0.3.0" -source = "git+https://github.com/marinintim/webmention.git?branch=feature/response#d378d4ce07efed13d8c3824168f1aaded6329aca" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31c1f9ad3af9421b7e94faef6f884d32bd60b6ea00ff05d84df74392a89c2b9f" dependencies = [ "anyhow", "nom", diff --git a/crates/api_crud/Cargo.toml b/crates/api_crud/Cargo.toml index 09c912076..7b1b934f0 100644 --- a/crates/api_crud/Cargo.toml +++ b/crates/api_crud/Cargo.toml @@ -44,4 +44,4 @@ anyhow = "1.0.43" thiserror = "1.0.26" background-jobs = "0.9.0" 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"