diff --git a/Cargo.lock b/Cargo.lock index 63ed8d8a..d4b3dd4f 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=eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b#eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b" +source = "git+https://github.com/revoltchat/quark?rev=4356bcd09dc9382b1a8c0e339895682a8b096dfb#4356bcd09dc9382b1a8c0e339895682a8b096dfb" dependencies = [ "async-recursion", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 0be529ce..49634f9b 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 = "eafefbcb3c612c8fdc3f052d05ddd9b1a4c5ec1b" } +revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "4356bcd09dc9382b1a8c0e339895682a8b096dfb" } # revolt-quark = { path = "../quark" }