From ae0e5cd7bfd0b341e4f89bc8536ea488e3b1a747 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Thu, 28 Apr 2022 20:34:00 +0100 Subject: [PATCH] chore: bump quark revision --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 003f1fe5..63ed8d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2999,7 +2999,7 @@ dependencies = [ [[package]] name = "revolt-quark" version = "0.1.0" -source = "git+https://github.com/revoltchat/quark?rev=d645b746ad90b8517b492ca1ec250ac480a975e8#d645b746ad90b8517b492ca1ec250ac480a975e8" +source = "git+https://github.com/revoltchat/quark?rev=eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b#eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b" dependencies = [ "async-recursion", "async-std", diff --git a/Cargo.toml b/Cargo.toml index fcd40390..0be529ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,5 +64,5 @@ schemars = "0.8.8" rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596ee07a587a7a543cddf3d7944645b", features = [ "swagger" ] } # quark -revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "d645b746ad90b8517b492ca1ec250ac480a975e8" } +revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b" } # revolt-quark = { path = "../quark" }