From 6de5ad15c53fd0c06e3abc035c98bf6010527fbb Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sun, 12 Jun 2022 17:48:12 +0100 Subject: [PATCH] chore: bump rauth --- Cargo.lock | 12 ++++++++++-- crates/delta/Cargo.toml | 2 +- crates/quark/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ad1cacc..a5d58691 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=fee1e906c3726e6f0bdf9314508bd8a8e071ab4a#fee1e906c3726e6f0bdf9314508bd8a8e071ab4a" +source = "git+https://github.com/insertish/rauth?rev=c82ddb6165408267e3cece99f4ed6722e3c86a5a#c82ddb6165408267e3cece99f4ed6722e3c86a5a" dependencies = [ "async-std", "async-trait", @@ -2986,15 +2986,23 @@ dependencies = [ [[package]] name = "rocket_rauth" version = "1.0.0" -source = "git+https://github.com/insertish/rauth?rev=fee1e906c3726e6f0bdf9314508bd8a8e071ab4a#fee1e906c3726e6f0bdf9314508bd8a8e071ab4a" +source = "git+https://github.com/insertish/rauth?rev=c82ddb6165408267e3cece99f4ed6722e3c86a5a#c82ddb6165408267e3cece99f4ed6722e3c86a5a" dependencies = [ + "async-std", + "base32", + "chrono", + "iso8601-timestamp", + "mongodb", "okapi", "rauth", + "regex", + "reqwest", "rocket", "rocket_empty", "rocket_okapi", "schemars", "serde", + "serde_json", ] [[package]] diff --git a/crates/delta/Cargo.toml b/crates/delta/Cargo.toml index 0a4b0f7a..b13b8252 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 = "fee1e906c3726e6f0bdf9314508bd8a8e071ab4a" } +rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "c82ddb6165408267e3cece99f4ed6722e3c86a5a" } # spec generation schemars = "0.8.8" diff --git a/crates/quark/Cargo.toml b/crates/quark/Cargo.toml index 6cf3215d..98b5a925 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 = "fee1e906c3726e6f0bdf9314508bd8a8e071ab4a", features = [ "async-std-runtime" ] } +rauth = { git = "https://github.com/insertish/rauth", rev = "c82ddb6165408267e3cece99f4ed6722e3c86a5a", features = [ "async-std-runtime" ] } # Sentry sentry = "0.25.0"