From 2e6e1fdd44410b67cffa04d1180c53c0ebb5da43 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 10 Jun 2022 17:22:34 +0100 Subject: [PATCH] chore: bump quark; changes deletion period --- Cargo.lock | 4 ++-- crates/delta/Cargo.toml | 2 +- crates/quark/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ca0c05e..ece59b75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2505,7 +2505,7 @@ dependencies = [ [[package]] name = "rauth" version = "1.0.0" -source = "git+https://github.com/insertish/rauth?rev=7a579daa6a90845fe86139edcadbd01639b330b6#7a579daa6a90845fe86139edcadbd01639b330b6" +source = "git+https://github.com/insertish/rauth?rev=58aebdb6f9f25ff676f44726cce240570249ce47#58aebdb6f9f25ff676f44726cce240570249ce47" dependencies = [ "async-std", "async-trait", @@ -2986,7 +2986,7 @@ dependencies = [ [[package]] name = "rocket_rauth" version = "1.0.0" -source = "git+https://github.com/insertish/rauth?rev=7a579daa6a90845fe86139edcadbd01639b330b6#7a579daa6a90845fe86139edcadbd01639b330b6" +source = "git+https://github.com/insertish/rauth?rev=58aebdb6f9f25ff676f44726cce240570249ce47#58aebdb6f9f25ff676f44726cce240570249ce47" dependencies = [ "async-std", "base32", diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml index ccba2854..9803622b 100644 --- a/crates/delta/Cargo.toml +++ b/crates/delta/Cargo.toml @@ -52,7 +52,7 @@ mobc-redis = { version = "0.7.0", default-features = false, features = ["async-s # web rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] } rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "master" } -rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "7a579daa6a90845fe86139edcadbd01639b330b6" } +rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "58aebdb6f9f25ff676f44726cce240570249ce47" } # spec generation schemars = "0.8.8" diff --git a/crates/quark/Cargo.toml b/crates/quark/Cargo.toml index d9dad685..5c35ed85 100644 --- a/crates/quark/Cargo.toml +++ b/crates/quark/Cargo.toml @@ -84,7 +84,7 @@ rocket_empty = { optional = true, git = "https://github.com/insertish/rocket_emp rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" } # rAuth -rauth = { git = "https://github.com/insertish/rauth", rev = "7a579daa6a90845fe86139edcadbd01639b330b6", features = [ "async-std-runtime" ] } +rauth = { git = "https://github.com/insertish/rauth", rev = "58aebdb6f9f25ff676f44726cce240570249ce47", features = [ "async-std-runtime" ] } # Sentry sentry = "0.25.0"