From 1806ea824b7d6cd9e8885a4ebd2b571207af49a2 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Wed, 27 Jan 2021 11:08:37 +0000 Subject: [PATCH] Bump rAuth revision. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d00b6a7..8dc2be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2208,8 +2208,8 @@ dependencies = [ [[package]] name = "rauth" -version = "0.2.0" -source = "git+https://gitlab.insrt.uk/insert/rauth?rev=8f3ea627#8f3ea627eb304945b0af0b79aca8e94e474e46ae" +version = "0.2.1" +source = "git+https://gitlab.insrt.uk/insert/rauth?rev=d48b0087cc546d2c9ef53f27d0693c8378172dfe#d48b0087cc546d2c9ef53f27d0693c8378172dfe" dependencies = [ "chrono", "json", diff --git a/Cargo.toml b/Cargo.toml index 08a2990..7b62b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ many-to-many = "0.1.2" impl_ops = "0.1.1" ctrlc = { version = "3.0", features = ["termination"] } async-tungstenite = { version = "0.10.0", features = ["async-std-runtime"] } -rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "8f3ea627" } +rauth = { git = "https://gitlab.insrt.uk/insert/rauth", rev = "d48b0087cc546d2c9ef53f27d0693c8378172dfe" } async-std = { version = "1.8.0", features = ["tokio02", "attributes"] } hive_pubsub = { version = "0.4.3", features = ["mongo"] } -- GitLab